can I query the schedule of a maintenance plan? I want to automate checking that backups were run. Thanks

link|improve this question
feedback

2 Answers

What about setting up an Operator, configuring Database Mail, and having an email sent whenever the job runs?

link|improve this answer
feedback

Check out the sysmaintplan_logdetail table in MSDB. It contains the start and end time of jobs that were run as well as if they succeeded.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown