Auto-start the SQL Server Agent after a computer restart
Posted
by Dreas Grech
on Server Fault
See other posts from Server Fault
or by Dreas Grech
Published on 2009-08-11T09:05:22Z
Indexed on
2010/03/16
12:56 UTC
Read the original article
Hit count: 375
I am using the SQL Server Agent
to run some jobs every day, but the problem is that whenever the server (the machine itself) is restarted, the SQL Server Agent
doesn't automatically start when the computer boots back up again...and I have to start it manually myself.
How can I set the Server Agent to Auto-Start after a computer restart?
Is there a particular Windows Service I need to set as auto-start ?
© Server Fault or respective owner