How do you want to store the data in SQL server? Do you just need to place the whole xml document into a text or varchar column or do you want to shred the document into relational data?
In the first case a bulk insert should work, in the second case have a look at the OPENXML function.
[font="Verdana"]Markus Bohse[/font]