How can I loop through multiple files and process them using SSIS package?

后端 未结 3 1056
甜味超标
甜味超标 2021-01-21 17:02

We have a situation where we are importing a number of files with the same format, using the same SSIS package. The package is being loaded and executed from a .net assembly.

3条回答
  •  野性不改
    2021-01-21 17:16

    In the end, I used a foreach loop in the package to process each file in term. This was very fast! I still have a lot to learn about SSIS!

提交回复
热议问题