Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Programming / Connectivity / January 2006

Tip: Looking for answers? Try searching our database.

Linked SQL Server table in Access

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Max Yaffe - 19 Dec 2005 17:47 GMT
Why does the ODBC Link Table utility prepend "dbo_" to each table I've
linked into an Access database?  I realize dbo stands for database
owner, but why is this an issue?  Can I get it to drop the "dbo_"?

Thanks
Max
Sue Hoegemeier - 20 Dec 2005 01:03 GMT
You can link the tables in code, naming them yourself or
just rename the linked tables - it doesn't actually change
the table name, just the name seen by Access.
Access adds that as you can have two tables in SQL Server
with the same name and different owners. You can have a
dbo.Customers and someuser.Customers. Access adds the owner
to differentiate the objects.

-Sue

>Why does the ODBC Link Table utility prepend "dbo_" to each table I've
>linked into an Access database?  I realize dbo stands for database
>owner, but why is this an issue?  Can I get it to drop the "dbo_"?
>
>Thanks
>Max
Randall Arnold - 31 Jan 2006 14:31 GMT
It's also really easy to just rename the table in Access if you need to.

Randall Arnold

> You can link the tables in code, naming them yourself or
> just rename the linked tables - it doesn't actually change
[quoted text clipped - 12 lines]
>>Thanks
>>Max
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.