I have a table listing the job_id and the order the jobs are to be run. I am looping through the table running sp_start_job for each job_id in the table.
The problem is that I need to wait until the current job finishes before sp_start_job starts the next one.
Is there a way to do this with out continously monitoring the job status?
Thanks
Jon
The problem is that I need to wait until the current job finishes before sp_start_job starts the next one.
Is there a way to do this with out continously monitoring the job status?
Thanks
Jon