Link to home
Start Free TrialLog in
Avatar of yanci1179
yanci1179

asked on

SSIS parallel question SQL Server 2008 R2

I have a database server and SSIS server (separate servers)

If I call 1 store procedure 6 times using sqltasks within my SSIS package that is stored on my SSIS server, will it use the resources of the database server or SSIS server  to do the parallel processing?

If it runs on the database server, what are ways to push the load to the SSIS server?
SOLUTION
Avatar of nishant joshi
nishant joshi
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yanci1179
yanci1179

ASKER

I did further analysis and arrived to this conclusion.