I have some SQL Server jobs scheduled between 1:00 AM and 3:00 AM.
We have server downtime on the first Monday of every Month between 12:00 AM and 4:00 AM.
How can I ensure that all those SQL Jobs which did not run during this downtime will auto run upon server starts at 4:01 AM on those downtime Monday's.
Across SQL 2008/2012/2014/2016
Thanks