SQL Agent Best Practices
This is work-in-progress. I add stuff as I think about it.
Error Notification
Create a process that runs periodically and performs some sort of notification for jobs that have failed recently. Poll the msdb.dbo.sysjobhistory table to determine jobs that have failed.
Comments
Post a Comment