all groups > sql server dts > june 2005 >
You're in the

sql server dts

group:

Run Multiple dts packages from a job.


Re: Run Multiple dts packages from a job. Allan Mitchell
6/28/2005 12:00:00 AM
sql server dts:
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


[quoted text, click to view]

Run Multiple dts packages from a job. Sally
6/28/2005 6:55:05 AM
I would like to create a job from enterprise manager with 3 steps, each step
execute a DTS package by order.

RE: Run Multiple dts packages from a job. Ravi
6/28/2005 7:41:06 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


[quoted text, click to view]
AddThis Social Bookmark Button