Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying records from one database to another
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01088584
Message ID:
01088912
Vues:
7
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform