How to load an XML file into a database using an SSIS package?

前端 未结 2 1555
傲寒
傲寒 2020-11-29 04:59

I am using SSIS in Visual Studio 2008. I have many XML files that I need to process and place into an existing DB structure (SQL Server 2005). This is my first attempt at us

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-29 05:27

    You also need to add @[user::FilePath] to the [XML Source].[XMLData] in the data flow task or the package says no source file found after package execution.

提交回复
热议问题