Is there a way to determine if a SQL job missed it's scheduled run during a server outage? I kind of have an idea of how to maybe create something to do this using the sysjob tables and importing the event log, but it seems pretty involved and I wanted to bypass that if something already exists.
Thanks