I'm developing SSIS package which has sequence container and within sequence container I have 30 containers. It takes a lot of time to execute the package and I am trying to implement parallel processing.
Is there any way we could implement parallel execution for 30 sequence containers?
I have 30 container out of which 1 container runs long. i want to run that 1 container separate and the remaining 29 together at control flow.
Please advice how to do it