Hello,
I need to execute a SSIS package from a stored procedure and I have required parameters which take their values from environment variables. How can I write a script to pass the values for these parameters from the environment variables?
I was able to pass values for all other parameters, but not for the environment variables.
Thank you.