February 28, 2006 at 11:34 am
Good Afternoon All:
Does anyone know how to tell if a stored procedure has been set to automatic execution at startup? I executed the sp_procoption to set the proc, but want to verify that it is indeed set to autoexecute on SQL 2005.
Thanks!
February 28, 2006 at 11:57 am
if you have a version of 2005 running on a machine other than production, why not create an sp that has the
exec sp_procoption N'procname', N'startup', N'true'
GO
set and have the sp send an email or insert into a table, when you restart the sql service you will know if it works on 2005
March 2, 2006 at 7:41 am
Query master.sys.procedures and examine the is_auto_executed (bit) value.
Terry
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy