I know that the SP is undocumented. I'm trying to run this SP at startup to look at the last log and insert it into a table. I can run the SP at start up in SQL 2005, but for some reason it's not working in SQL 2000. Does anyone else use this SP at startup? Thanks Paul Chee ITPRO1
I don't think it can work in startup procedure... Best way to create the job and schedule it to run whenever SQL Agent starts...