I have a package that needs to run the separate Execute process task
that make command line calls in parallel.
I have tested this and SSIS seems to only allow them to execute consecutively (One call waits for the before it finishes despite being in separate simultaneous flows) Has anyone had any luck getting SSIS to run this in parallel