dbTalk Databases Forums  

Run DTS packages from One DTS Package

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


Discuss Run DTS packages from One DTS Package in the microsoft.public.sqlserver.dts forum.



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

Default Run DTS packages from One DTS Package - 03-04-2006 , 09:37 AM






Is it possible to run multiple DTS packages from ONE DTS Package? Thanks!




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

Default Re: Run DTS packages from One DTS Package - 03-04-2006 , 10:15 AM






Hello Shawn,

Yep.

Number of ways

1. ExecutePackage task
2. Script task through object model
3. sp_start_job to start a job that runs a package (ExecuteSQL task)
4. sp_OA* (ExecuteSQL task)


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Is it possible to run multiple DTS packages from ONE DTS Package?
Thanks!




Reply With Quote
  #3  
Old   
Shawn Ferguson
 
Posts: n/a

Default Re: Run DTS packages from One DTS Package - 03-06-2006 , 03:05 PM



Thanks Allan,

I used the Execute Package task and it appears to work fine. Thanks, I didn't even notice the tool in the toolbox.

Shawn

Quote:
Allan Mitchell<allan (AT) no-spam (DOT) sqldts.com> 03/04/06 11:15 AM
Hello Shawn,

Yep.

Number of ways

1. ExecutePackage task
2. Script task through object model
3. sp_start_job to start a job that runs a package (ExecuteSQL task)
4. sp_OA* (ExecuteSQL task)


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Is it possible to run multiple DTS packages from ONE DTS Package?
Thanks!



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.