Can we have a @end_step_id option as well in sp_update_job? Some times i need to run only one step (rollback scenario) in a sql agent job with many steps in it. The way for now seems to be 2 step process : 1. edit the job flow so that job starts at step-4 (for example) and set "on success" action on step-4 to mark job as success (NOT go to step-5, or 6 etc)2. After successful execution, Edit the job again to undo the changes made aboveIt will be convenient to reuse the steps in a job for Hot-fi
↧