Z zoltix Feb 6, 2006 #1 how to displays the procedures currently running at startup on sql sql server 2000 ?
Z zoltix Feb 7, 2006 #2 This is the solution select * from sysobjects where (OBJECTPROPERTY(id, N'ExecIsStartup') = 1)