Hi,
I'm new with SSIS and I need to loop through a table and use it as an input to my stored procedure.
Example:
Table A
col1 col2 col3
val1 val2 Active
val4 val5 Inactive
where col3 = 'Active' (maybe a view will serve this condition)
Stored Procedure
SP_xyz(col1,col2,col3)
A step-by-step example will surely be a great help.
Thanks,
Christopher