SQL Agent Job - to execute as queue
Posted
by BINEESHTHOMAS
on Stack Overflow
See other posts from Stack Overflow
or by BINEESHTHOMAS
Published on 2009-10-28T08:01:25Z
Indexed on
2010/05/03
7:08 UTC
Read the original article
Hit count: 256
I have a job which is calling 10 other jobs using sp_start_job. The job is having 10 steps, each step calling each sub jobs, When i execute the main job, i can see it started with step 1 and in a few secods it shows 'finished successfully' But the jobs take long time time, and when i see the log mechanism i have put inside , it shows the all the 10 steps are running simultaniously at the back, till it finishes after few hours. My requirement is, it should finish step 1 first and then only step2 should start. aNY HELP PLS ?
© Stack Overflow or respective owner