Hi,
I have full result set in exec sql task. I am iterating through the result set one at a time by using for each loop container. Inside the loop I am calling a stored procedure (in first exec sql task) for every input passed by the for each loop. The proc should return single row result set (7 columns). And I want to insert this row into another table (using second exec sql task). Somehow, I am getting blank data into my final table. My stored proc takes single input parameter and returns single row (with 7 columns). Can someone let me know what could be missing?
Thanks, hsbal