business-intelligence

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

谁说我不能喝 提交于 2019-11-26 09:37:58
问题 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 using SSIS and am a little stuck. I have found the XML Data Flow task, assigned it a test xml file and it\'s associated XSD, and mapped one node to a Database Table. My question is, how do I associate many xsd nodes with many tables? Surely I don\'t have to set up an XML source for each table? 回答1: Here is a possible option