Click here to Skip to main content
15,891,136 members
Articles / Programming Languages / C#

C# App to Break Up an XML File and Place the Contents into an SQL Table

Rate me:
Please Sign up or sign in to vote.
4.00/5 (5 votes)
18 Nov 2015MIT3 min read 15.1K   4  
I recently posted an article on how to place the data in an XML into an SQL table with a bulk Insert; this is an alternative way to do it by breaking up the XML before placing it into the Table.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Junior) ABB
United States United States
On career 2.0 mainly work in the dot net environment predominantly SQL and SSMS.

Comments and Discussions