June 10, 2009 at 10:50 am
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
June 10, 2009 at 10:53 am
Please don't cross post.
Continue this thread here: http://www.sqlservercentral.com/Forums/Topic732456-147-1.aspx
June 10, 2009 at 10:57 am
Sorry. I thought I can move it to SSIS topic.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply