Created
September 27, 2012 15:15
-
-
Save kmoormann/3794553 to your computer and use it in GitHub Desktop.
Start a SQL Agent Job
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE msdb ; | |
GO | |
EXEC dbo.sp_start_job N'The name of the job here'; | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://msdn.microsoft.com/en-us/library/ms186757.aspx