Don't tick the sequential property, this way it runs all inner activities (stored procedure) in parallel. Have you tried it already?
----------
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a pipeline which has Lookup activity and the output of the lookup activity will be a stored procedure name.
In the for each loop, I am executing the stored procedures one by one using Stored Procedure activity.
Now the requirement is , I have to execute the procedures simultaneously (Parallel execution) in side the foreach loop.
Kindly advise how to implement the above requirement.
Don't tick the sequential property, this way it runs all inner activities (stored procedure) in parallel. Have you tried it already?
----------
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav