Decrypted @on_success_action and @on_failure_action snippet for sp_add_jobstep

declare 
  @quitWithSuccess tinyint = 1,
  @quitWithFailure tinyint = 2,
  @gotoNextStep tinyint = 3,
  @gotoStep tinyint = 4

Comments

Popular posts from this blog

SSIS: Set parent package variable from child package

How to decrypt stored password from SSMS registered servers

Insert bulk statement does not support recompile (SQL 2017)