How may execute SQL Server tasks can be called in parallel?

208 views Asked by At

Context: I have around 30 independent stored procedures that are currently executing in series through the SSIS package. I believe by taking advantage of parallel execution in SSIS I can gain some performance.

How to figure out the number of Execute SQL tasks that have to be configured? (get maximum out of it / optimal approach)

0

There are 0 answers