There are ways to do this with SSIS. I prefer to do this with T/SQL.
Create a table with a single column using the XML data type. Then load the entire XML document into a single row of the table using the BULK INSERT command with the RAW flag.
Then use openxml to turn the XML data back into relational data.
Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)
--Anything is possible. All it takes is a little research. (Me)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.