Click here to Skip to main content
15,886,072 members
Articles / Database Development / SQL Server / SQL Server 2012

Reading xml files up to nth level and inserting to database with details

2 Feb 2015CPOL2 min read 42.9K   19  
The article provides the code snippet for inserting a huge xml file with details such as node level,node value,node desc and node child etc.The snippet provides the solution for recursive reading of node and provides the value of xml nodes along with its value.
This is an old version of the currently published tip/trick.

Only logged in members can view this content

Please go to the SQL Server Table of Contents to view the list of available articles in this section.