Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dbo as default owner
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Dbo as default owner
Miscellaneous
Thread ID:
00725285
Message ID:
00725285
Views:
48
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
Next
Reply
Map
View

Click here to load this message in the networking platform