Is there a way to acknowledge failed SQL jobs under SQL agent job status? If one job fails it displays red for the entire SQL monitor. I'm not sure how long this displays as critical so I'd rather just acknowledge it. Thank you for your help!
The SQL Agent Job status remains until the next time the job runs successfully, or the job is removed (if it's not working anyway then it should probably be removed anyway). In SAM 6.2 you can disable this component entirely if you don't care about the success or failure of SQL Agent Jobs for that SQL server instance.