dbTalk Databases Forums  

Run Multiple dts packages from a job.

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Run Multiple dts packages from a job. in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sally
 
Posts: n/a

Default Run Multiple dts packages from a job. - 06-28-2005 , 08:55 AM






I would like to create a job from enterprise manager with 3 steps, each step
execute a DTS package by order.

Can I do that? Any help will be appreciated.

Reply With Quote
  #2  
Old   
Ravi
 
Posts: n/a

Default RE: Run Multiple dts packages from a job. - 06-28-2005 , 09:41 AM






Approch 1:
Create a DTS package and add 3 Execute Package Tasks to call the dts
packages in the order and schedule the new package

Approch 2:
use dtsrunui command line utility. Select the DTS package. Go to "Advanced"
and generate the encrypted command for the package.
Repeat for all 3 packages. Scheduled the encrypted commands in 3 steps.




--
Thanks
Ravi


"Sally" wrote:

Quote:
I would like to create a job from enterprise manager with 3 steps, each step
execute a DTS package by order.

Can I do that? Any help will be appreciated.

Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Run Multiple dts packages from a job. - 06-28-2005 , 12:42 PM



Sure

Simply go to the jobs section in Enterprise Manager

Add Step 1 - Insert the correct DTSRUN statement (CmdExec)
repeat for step 2 & 3

You can then link the steps with the On Success or On Failure parts of the
step

hint: If you want an easy way to generate the DTSRUN cmd then use

Start | Run | DTSRUNUI



--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"Sally" <Sally (AT) discussions (DOT) microsoft.com> wrote

Quote:
I would like to create a job from enterprise manager with 3 steps, each
step
execute a DTS package by order.

Can I do that? Any help will be appreciated.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.