ms access - Preventing MSAccess linked tables from having a dbo_ prefix? -


is there way prevent msaccess concatenating 'dbo_' prefix tables linked sql server db?

no. microsoft access' native naming convention process force name <schema>_<objectname> default table name. there no controls or settings allow change that, except in code. it's rather complex , goes beyond scope of question, if linking in code (which do) can store tablealias , create linked table name way.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -