Re: Stored Procedure
From: John Bell (jbellnewsposts_at_hotmail.com)
Date: 05/18/04
- Next message: Blake Anderson: "Re: Alter Column from NULL to NOT NULL"
- Previous message: Joe Celko: "Re: db structure pls help"
- In reply to: Prabhat: "Stored Procedure"
- Next in thread: vishal subramaniam: "Re: Stored Procedure"
- Reply: vishal subramaniam: "Re: Stored Procedure"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 May 2004 18:05:23 +0100
Hi
It will, I don't know when/why/how that feature was decided, but it would
mean that system procedures can be found quicker. Procedures not starting
with sp_ will be searched for in the current database first.
John
"Prabhat" <not_a_mail@hotmail.com> wrote in message
news:ubOoyaPPEHA.2452@TK2MSFTNGP11.phx.gbl...
> Hi All,
>
> I have one doubt. If I have given my Stored Procedure name begin with the
> name "SP_" then when I Try to execute the Stored Procedure then Will the
SQL
> Server will serach for that Stored Procedure first in MASTER database and
> then the Current Database?
>
> If That is the case. Then Why SQl Server search for the Stored procedure
in
> Master first?
>
> Thanks
> Prabhat
>
>
- Next message: Blake Anderson: "Re: Alter Column from NULL to NOT NULL"
- Previous message: Joe Celko: "Re: db structure pls help"
- In reply to: Prabhat: "Stored Procedure"
- Next in thread: vishal subramaniam: "Re: Stored Procedure"
- Reply: vishal subramaniam: "Re: Stored Procedure"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|