Tuesday, September 23, 2008

Restarting the Sharepoint Timer Service from the command line

When testing a new timer job you may need to restart the timer service for your changes in code to take effect, you can automate this restart in your deployment batch file with the following two commands:

net stop sptimerv3
net start sptimerv3

No comments: