SSIS Using ForEach Loop to Load Files
Вставка
- Опубліковано 9 лют 2025
- This video shows how to create a complete end-to-end package that uses ForEach Loop Container to upload multiple files stored in a folder on the file system.
It also uses other components to log an entry in a table for file row counts, ssis log on sql server
Thanks for this great tutorial. Question, I have multiple files and each one of them has different columns and I want to load each file to a different table in the same database, Can I still be able to use ForEach Loop or how you would approach that? Thanks.