On a Windows system, when I open a DOS command window, I can retrieve the value of operating system environment variable by running this:
C:\Users\me>set MyApplicationEnvironment MyApplicationEnvironment=Staging
I would like to do the same thing in a SSIS environment. Does anyone have any ideas on an optimal approach?
Thanks!