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

Popular posts from this blog

How SQL Server Determines the Next Run Date for SQL Agent Jobs