Execute Stored Procedures in Parallel using ADF Stored Procedure Activity

Somu, Darthick 66 Reputation points
2020-12-29T12:54:15.327+00:00

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.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Vaibhav Chaudhari 38,971 Reputation points Volunteer Moderator
    2020-12-29T14:18:01.703+00:00

    Don't tick the sequential property, this way it runs all inner activities (stored procedure) in parallel. Have you tried it already?

    52043-image.png

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.