I have an upcoming project where the scheduled jobs has to be stopped by 2:00pm and only couple jobs has to be run at that time. In those couple jobs, one of them got multiple steps and only the 1st step has to be run. probably i can change the settings"On Success action" "quit the job reporting success"
I thought of stopping the sql server agent, but that will stop all the jobs. I created couple of new jobs which only runs the 1st step.
I cannot go and manually stop all the jobs and run only the 2 which i wanted. so how can i do it ?