(SQL Server 2000) - Every morning, I need to check about 30 jobs to see if they ran OK or not; is there a better way of doing this than opening each job separately.
Is there a SP (stored procedure) that can grab status from each job and display so I don't have to open each job separately?
Is there a SP (stored procedure) that can grab status from each job and display so I don't have to open each job separately?