I am migrating a dts package to ssis package. In my dts package, there is a ActiveX script to retrieve metadata from database and create global variables to hold these data.
But it seems in ssis Script task, we can only modify an existing package variable and unable to create new variables at runtime. How do we handle this task in SSIS package? How do we create variables at package runtime? Thanks Jane