Loop Control within a DataflowTask in ETL
Posted
by Ben
on Stack Overflow
See other posts from Stack Overflow
or by Ben
Published on 2010-04-01T11:13:41Z
Indexed on
2010/04/01
11:43 UTC
Read the original article
Hit count: 350
Hi,
Being fairly new to SSIS and the ETL process, I was wondering if there is anyway to loop though a record set within a DataFlowTask and pass each row (deriving parameters from the row) into a Stored Procedure (the next step in the ETL phase). Once i have passed the row into the stored procedure, I want the results from each iteration to be written to a Table.
Does anyone know how to do this?
Thanks.
© Stack Overflow or respective owner