I have an SSIS package with 2 package configurations (Configuration1 and Configuration2) with configuration locations stored in 2 different enviornment variables. Which configuration has to be used is decided based on the value of a variable (@type) passed at run time.
That is , use Configuration1 when @type ='override' and
use Configuration2 when @type ='overload'.
How can I do this in SSIS?