Always put the owner in a stored procedure the call: dbo.someStoreProc.
http://www.robincurry.org/blog/ASPNETSQLPerformanceAdvicePrefaceCallsToStoredProcsWithOwnerName.aspx
This has probably affected some of the apps I’ve built.
Tags: .NET Development, Computing