SQL Sever 2000 (8.00.2187)
I've attempted to create an alert that will fire whenever SQL server is restarted. Most notably, I've tried looking for Error Number 3408 (Recovery Complete). I'm attempting to run a job that deletes rows from a table, but cannot get the Alert to fire up. Could it be that SQL Agent is not starting fast enough to capture the 3408 from the error log?
Suggestions?
Thanks a many.