Hi,
It's been a while for me that I've worked with SSIS packages, last time I've worked with was on 2008R2. I know with 2012 SSISDB came into the picture, so I'm trying to figure out what's the best approach to do the following:
1. I want to create a parent package with connection strings and variables that needs to be accessed by child packages (atleast around 10) which will be in the same project.
Should I create a variable in each child package and read the value from parent for the connection string ? or Can i use project parameters here ?