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
Post a Comment