Skip to content

Instantly share code, notes, and snippets.

@kmoormann
Created September 27, 2012 15:15
Show Gist options
  • Save kmoormann/3794553 to your computer and use it in GitHub Desktop.
Save kmoormann/3794553 to your computer and use it in GitHub Desktop.
Start a SQL Agent Job
USE msdb ;
GO
EXEC dbo.sp_start_job N'The name of the job here';
GO
@kmoormann
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment