I don't know if this is the right place to post SSIS packages, but I know there are so brilliant guys in this forum to comment on this
I have a parent SSIS package and its children; I want to make the connection string of the children package dynamic. so that the parent package passes the connection string to the children
I have execute package task in a foreach loop in the parent package which load and executes the childern, and so how can I define a connetion parameter in the parent package and then the parent package passes it to the children
The parent package is executed through C# code
I have a parent SSIS package and its children; I want to make the connection string of the children package dynamic. so that the parent package passes the connection string to the children
I have execute package task in a foreach loop in the parent package which load and executes the childern, and so how can I define a connetion parameter in the parent package and then the parent package passes it to the children
The parent package is executed through C# code