SQL Server Agents jobs and turning off the server

Posted by Tim Joseph on Server Fault See other posts from Server Fault or by Tim Joseph
Published on 2010-12-17T06:42:26Z Indexed on 2011/02/02 7:27 UTC
Read the original article Hit count: 309

Filed under:
|

I'm really new to SQL Agent jobs, but I am attempting to build up a maintainance regime for a server that will be turned off and on again at unknown intervals. It may run without being shutdown for a month, or it might only be turned on 9-5... we don't know and the client can't tell us because they don't know.

So what I'm wondering is, what do I need to do to get SQL Server to run monthly and daily jobs either when they are due, or if the due date is missed, get them to be run when the server is next powered on. I could come up with a mish-mash of periodic jobs and 'on-power-up' jobs, but if there is something more elegant that would be wonderful.

Obviously I'll need to ensure the SQL Server Agent is configure to start when the computer is powered up, but what else?

© Server Fault or respective owner

Related posts about sql-server

Related posts about sqlserveragent