Hi Experts,
I am pretty new to SSIS.
How can I do configuration for my packages? I am having a Parent package to call another package which in turn call all Dimensions.
Master --> DimMaster --> DimPackage
How can I set configuration for this? I want to pass all connection, Filepath properties only to MasterPackage via XML config file and it has to pass to all child packages. I dont want to config all package to call the same XML config file and I want them to pick the values from Master package.
Regards
Mukejee