I have an SSIS package that executes multiple child packages
pkg1
|
|
|
pkg2
|
|
|
pkg3
I would like to execution of the child packages configurable so that I can change which child packages to execute based on the configuration values.
Which option in SSIS would allow me to enable/disable the child package executions within the parent package?