Calling an SSIS package from another SSIS package is, on the surface, a simple task. You just use the Execute Package Task and point it to a package on a SQL Server or somewhere in the file system ...
Just use the SSIS menu again and choose Package Configurations…and proceed to add one. SSIS will look for the variable value in the selected Configuration at run-time. Like most things, it’s easy when ...