Loading an XML file’s dataset into an existing SQL Server 2005 table
I have a dataset in an XML file that needs to load into an existing SQL Server 2005 table. It also needs to check existing rows before loading. What will be a good way to do that?

Software/Hardware used:
ASKED: April 20, 2009  2:52 PM
UPDATED: April 20, 2009  3:40 PM

Answer Wiki:
Hi you might consider using <a href="http://msdn.microsoft.com/en-us/library/aa225754(SQL.80).aspx">XMLBulkload</a> . I successfully used it in the past and it's a really nice tool.
Last Wiki Answer Submitted:  April 20, 2009  3:40 pm  by  alessandro.panzetta   9,695 pts.
All Answer Wiki Contributors:  alessandro.panzetta   9,695 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _