Home All Groups Group Topic Archive Search About
Author
2 Mar 2006 10:52 PM
Barry
If I stop SQL Server Manager and then restart it will the jobs that
should have ran during the time period automatically start or do I have
to start them manually?

Thanks

Barry

Author
2 Mar 2006 11:01 PM
Aaron Bertrand [SQL Server MVP]
No, if SQL Server Agent misses an event (either due to not being enabled or
due to the previous instance overunning the buffer period), it will wait
until the next time around.

This is one reason it is dangerous to write queries that assume they will
run at an exact time, e.g. 11:59:59 to roll up today's data...

A





Show quote
"Barry" <barry.ocon***@manx.net> wrote in message
news:1141339956.472951.125310@i39g2000cwa.googlegroups.com...
> If I stop SQL Server Manager and then restart it will the jobs that
> should have ran during the time period automatically start or do I have
> to start them manually?
>
> Thanks
>
> Barry
>
Author
2 Mar 2006 11:01 PM
Barry
Thanks Aaron - I thought that was the case.

Barry

AddThis Social Bookmark Button