Bulk Insert Multiple XML files with SSIS 2008

后端 未结 2 592
无人及你
无人及你 2021-01-16 22:59

I have a folder with multiple XML files. I need to bulk insert each one into a table in sql server. I am at a complete loss as to how to get this to work, as I am new to S

2条回答
  •  攒了一身酷
    2021-01-17 00:01

    You can accomplish this by using a ForEach Loop Container with an enumerator type of file. If the XML files are complex, you can use an XML Task. Otherwise, use a Data Flow with an XML Source.

    If you choose to do so, the following article explains how to use an XML Source.

提交回复
热议问题