Leighton21
Technical User
Hi all,
Hopefully a simple question. If I have a sql server agent job running which is scheduled for every minute and the server crashes or is offline due to maintenance, when the server agent starts again will the job catch up?? i.e. will the job run from the last scheduled time?
The reason I ask is that the particular job checks the scheduled time against a time in a user table and then runs a SP if they coincide. If the sql server agent does not perform a catch up and one of the times in the user table is missed I will run into a problem.
If there is no catch up operation does anyone have any suggestions on how I could achieve this
Thanks
Hopefully a simple question. If I have a sql server agent job running which is scheduled for every minute and the server crashes or is offline due to maintenance, when the server agent starts again will the job catch up?? i.e. will the job run from the last scheduled time?
The reason I ask is that the particular job checks the scheduled time against a time in a user table and then runs a SP if they coincide. If the sql server agent does not perform a catch up and one of the times in the user table is missed I will run into a problem.
If there is no catch up operation does anyone have any suggestions on how I could achieve this
Thanks