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

后端 未结 3 1048
甜味超标
甜味超标 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:17

    It seems like it would be safe to me. But I would run some controlled tests on the process, perhaps with a very simple SSIS package first, then your more complex one.

    I can't say that I have done this exact scenario myself.

提交回复
热议问题