Possible Issues:
- For Ex: EmpID is declared as an Integer variable in the SSIS Package.
While writing value to this variable with in Script Task, do make sure to explicitly type case the input like below
Dts.Variables["User::EmpID"].Value = (int) 0;
more content .. in soon
No comments:
Post a Comment