dbTalk Databases Forums  

Running multiple SSIS packages

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


Discuss Running multiple SSIS packages in the microsoft.public.sqlserver.dts forum.



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

Default Running multiple SSIS packages - 02-06-2006 , 03:27 PM






Hi,

I want to setup a task to run about 50 small ssis packages. What's the easy
way to do so? I can create a new job and specific one package at a job but
that seems a lil' tedious. Is that the only way?

I'm new w/ SQL in general btw. Thanks!



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

Default Re: Running multiple SSIS packages - 02-06-2006 , 03:33 PM






Hello Henry,

All stored on the file system?

If they are then create 1 master package with a ForEach loop (File) and an
ExecutePackage task. On each iteration of the loop you pass the name of
the package to the task and off you go. You could do similar with packages
in MSDB


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

Quote:
Hi,

I want to setup a task to run about 50 small ssis packages. What's
the easy way to do so? I can create a new job and specific one
package at a job but that seems a lil' tedious. Is that the only way?

I'm new w/ SQL in general btw. 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.