Thanks
1. Use Exec. SQL Task to query the table
2. Store the result record set in a variable
3. Use FE Loop to iterate over the record set
> Hi, I'm trying to learn SSIS and currently i testing the Foreach Loop
> Container, and I don't know how to process it with Table, means for each
> record of this table I have to import from one folder some text files.
> so Idon't know how to connect my table to Foreach Loop container. >
> Thanks|||Hi ,
thanks for your help, but is not what I need, maybe my request was not clear, so my question is : Looping over table with the Foreach Loop,
thanks in advance for your answer.
Mdb|||Hi,
Thanks for your replay, please how to do the third part ,
3.Use FE Loop to iterate over the record set
thanks
|||
? how to do the third part
- In FE
- As ADO Object source variable - choose the variable used in the step (2) above
- In Variables Mapping page you can map column #1 to variable ..., column #2 to variable ..., etc
No comments:
Post a Comment