Search code examples
c#.netxmldatabasedata-dump

How to convert XML file to a Database?


I recently downloaded the SO Data Dump and was wondering how I could convert it from XML to a DB that I could use in my .NET applications.


Solution

  • Here's a wiki article describing the process of converting the XML data dump to a database by using stored procedures.

    SQLServerPedia site contains many other articles related to SO -