The requirement is to get the data from source using simple select query. I am using execute sql task for this and assingning resultset of execute sql task to Full result set and also using one object type variable.
Now i need to loop through this object varaible and pass 4 variable to stored proc for each row.
How i can achive this..i want to use For each ADO numerator. Please help me with the steps.