Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
SQL Server 2005 Integration Services
»
Execute Package Task
Execute Package Task
Rate Topic
Display Mode
Topic Options
Author
Message
Shaira
Shaira
Posted Monday, September 13, 2010 9:23 AM
Valued Member
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 10:38 AM
Points: 52,
Visits: 237
I'm still fumbling with SSIS so please bear with me.
I have four SSIS packages (using SQL ‘08) that need to be executed simultaneously. I thought I could use the Execute Package Task to run all four but it looks like I can only execute one package at a time with this … is there a better task to use or maybe a better way to use this task? I don't want to create four jobs to run each package - I'd like to create one job that runs one package, which executes the four packages.
So ... what is the best way to execute all four packages at one time?
TIA
Post #984875
anand_vanam
anand_vanam
Posted Monday, September 13, 2010 10:55 AM
SSC-Addicted
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 12:32 PM
Points: 400,
Visits: 330
shairalt (9/13/2010)
I'm still fumbling with SSIS so please bear with me.
I have four SSIS packages (using SQL ‘08) that need to be executed simultaneously. I thought I could use the Execute Package Task to run all four but it looks like I can only execute one package at a time with this … is there a better task to use or maybe a better way to use this task? I don't want to create four jobs to run each package - I'd like to create one job that runs one package, which executes the four packages.
So ... what is the best way to execute all four packages at one time?
TIA
You can use 4 Execute Package Tasks, each one containing one packages. And make sure all 4 Execute Package Tasks run in Parallel.
Normally they run in parallel.
Post #984948
Koen Verbeeck
Koen Verbeeck
Posted Monday, September 13, 2010 2:22 PM
SSCrazy Eights
Group: General Forum Members
Last Login: Today @ 1:01 PM
Points: 9,367,
Visits: 6,463
The number of tasks that can run concurrently in a ssis package is dependent of some parameters.
- the number of processors available
- the value of MaxConcurrentExecutables
- the value of EngineThreads
Make sure that your master package adheres to these parameters.
You can find more information here:
http://blogs.msdn.com/b/sqlperf/archive/2007/05/11/implement-parallel-execution-in-ssis.aspx
How to post forum questions.
Need an answer? No, you need a question.
What’s the deal with Excel & SSIS?
Member of
LinkedIn
. My blog at
LessThanDot
.
MCSA SQL Server 2012 - MCSE Business Intelligence
Post #985080
Shaira
Shaira
Posted Monday, September 13, 2010 3:01 PM
Valued Member
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 10:38 AM
Points: 52,
Visits: 237
Got it! Thanks so much for the quick replies!
Post #985092
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.