Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dbo as default owner
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Dbo as default owner
Divers
Thread ID:
00725285
Message ID:
00725285
Vues:
51
While at the GLGDW Mike Levy pointed out to me that prefixing all your tables with "dbo." will give you a performance gain. This is because SQL server will look for a table under the login name first and then default to dbo. So, now knowing this is there any way to tell SQL Server to use dbo as the default owner when I run a query that doesn't prefix "dbo" to all the table names. I really dont want to go though all my stored procedures and add dbo.


Eric
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform