Blog Pages

Start job from a specific step (not only the first step)

Start job from a specific step (not only the first step) with this command:

EXEC sp_start_job @job_name = 'JobName', @step_name = 'JobStepName'
GO