Friends,
What is the best way of shredding xml document and inserting the result set into a table in SQL Server?
The data is submitted to me in an xml format and I have to insert the data from xml to a table in SQL server. I am really having a big time trouble coming up with an efficient way of doing that.
Assume that my xml file is a big (5mb) and 10 000 rows will be inserted.