Re: create a global procedure
From: David Browne (meat_at_hotmail.com)
Date: 03/19/04
- Next message: Delbert Glass: "Re: Optimizer question"
- Previous message: David Browne: "Re: create a global procedure"
- In reply to: Adam Machanic: "Re: create a global procedure"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re:create a global procedure"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 19 Mar 2004 10:52:44 -0600
"Adam Machanic" <amachanic@air-worldwide.nospamallowed.com> wrote in message
news:OkZqutcDEHA.2628@TK2MSFTNGP11.phx.gbl...
> If you don't qualify by owner you will force more scans of the procedure
> cache. Turn on Profiler and watch for the SP:CacheMiss event, then
qualify
> by owner and watch it disappear...
>
I have no real problem with prepending "dbo." to every object name. Just
all objects should be owned by DBO and never refered to with the database
name (unless they actually reside in another database, of course).
David
- Next message: Delbert Glass: "Re: Optimizer question"
- Previous message: David Browne: "Re: create a global procedure"
- In reply to: Adam Machanic: "Re: create a global procedure"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re:create a global procedure"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|