Decrypted @on_success_action and @on_failure_action snippet for sp_add_jobstep Get link Facebook X Pinterest Email Other Apps May 09, 2019 declare @quitWithSuccess tinyint = 1, @quitWithFailure tinyint = 2, @gotoNextStep tinyint = 3, @gotoStep tinyint = 4 Read more