Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying records from one database to another
Message
 
 
To
19/01/2006 16:01:07
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01088584
Message ID:
01088912
Views:
8
Each table in SQL Server database has an owner. It could either be default owner (dbo) or actual user. A table created by a member of the sysadmin fixed server role will get dbo as owner.
If you don't specify an owner (mydb..mytable), SQL Server will first look for a table that belongs to the currently logged user. If such table doesn't exists, than dbo is used as an owner. Specifying dbo may speed up querie because it eliminates one extra object lookup.

>I have seen this "dbo" notation before but it has usually caused me grief. There doesn't seem to be much in the thelp about it. What is it exactly?
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform