Passing Multiple Parameter Values from Parent Package to Child Package
Hi All, I would like to bring to your attention a potential improvement in SSIS. When we need to pass parameter value from parent package to child package, we mostly use “Parent package variable” configuration type in child package. But when we need to read multiple values from parent package, we need to create multiple “Parent package variable” configuration type in child package. There are few work-arounds in order to pass multiple parameter values from parent package to child package without creating multiple “Parent package variable” configurations in child package. But we do need a good method of implementing this … Continue reading →