Hello
I have a SSIS project that has a Parent package and a Child package, the parent package runs a SQL script that gets 5 locations and it passes the location to the child package and the child package run several queries based on the location.
When I run in Visual Studio the parent package passes the parameter to the child package.
However when I change the settings of the "Execute Package Task" from Project Reference to External Reference, I can no longer pass the parameter to the child package.
I need to be able to schedule the package in SQL Agent, how do I do this and pass the parameter to the child package?
Regards
SQLSearcher99