Hi All
My SSIS package is executed from C# code.
I have a variable that I want passed from the C# code to the package. I know how to set it at the C# code end i.e.
ssisPackage.Variables["PaidWeight"].Value = '5'
but what I dont know is, how do i use this at the SSIS package end in a ExecuteSQL task. Do i create a package wide variable? Pls help.
Thank you
Gomz
conningtower@gmail.com