sp_procoption and listing all stored procs config to run @ startup
From: MSSQLServerDeveloper (MSSQLServerDeveloper_at_discussions.microsoft.com)
Date: 05/18/05
- Next message: Jasper Smith: "Re: sp_procoption and listing all stored procs config to run @ startup"
- Previous message: Magy Naumova: "Re: Using Views for Security"
- Next in thread: Jasper Smith: "Re: sp_procoption and listing all stored procs config to run @ startup"
- Reply: Jasper Smith: "Re: sp_procoption and listing all stored procs config to run @ startup"
- Reply: Chris Wood: "Re: sp_procoption and listing all stored procs config to run @ startup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 18 May 2005 10:21:03 -0700
I was told that running the following from the master db will give me a list
of all the stored procs that are set to run at startup.
sp_procoption null,'startup'
However, when I attempt this command, I get the error -
Procedure 'sp_procoption' expects parameter '@OptionValue', which was not
supplied.
Anyone know how to get this to work??
- Next message: Jasper Smith: "Re: sp_procoption and listing all stored procs config to run @ startup"
- Previous message: Magy Naumova: "Re: Using Views for Security"
- Next in thread: Jasper Smith: "Re: sp_procoption and listing all stored procs config to run @ startup"
- Reply: Jasper Smith: "Re: sp_procoption and listing all stored procs config to run @ startup"
- Reply: Chris Wood: "Re: sp_procoption and listing all stored procs config to run @ startup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|