Asked: May 7 2008 5:14 AM GMT
Asked by: SRI HARSHA
How to Schedule jobs in DTS in sql server 2000
SQL Server Agent, DTS, SQL Server 2000
I have got 7 jobs in my sql server server agent, now i want them to run simultaniously one afer the other using DTS, is it possible,if yes how can i do it
You can either put all the jobs together by taking all the job steps from all 7 jobs and placing them into a single job, or you can have each job run the next job in the sequence by using the sp_start_job command.