Hi,
In my ssis package control flow, in connection1 got the recordset and stored in object variable. Executing foreach loop container by using this object variable. Inside the Foreach loop container two SQL task , one is in connection1 and another one is connection2. The connection1 sql task is running. but in connection2 sql task is not running. Its giving error like" Error: Cannot assign a default value to a local variable. " "Must declare the variable value."
I want to update both server tables inside the loop. If i use another connection manager is throwing error.
Whats the mistake am i doing?
or i cant use like this?
Thank you guys