I have a multi-step SQL Agent job with steps 1-20. Is it possible to run one step only or is the only option to start the job at a particular step (and then watch as it runs through all subsequent steps)?
I've looked at the documentation for sp_start_job and have tried going through the GUI of SMSS, but can't figure out if it's possible to do this.