Question

  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

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



DTS is not the correct solution for doing this.

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.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on SQL Server.

Looking for relevant SQL Server Whitepapers? Visit the SearchSQLServer.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Mrdenny  |   May 7 2008  6:42PM GMT

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.