While reading an Xml file into SQL Database, it is trowing an exception (out of memory)
XML file size is around 2MB and it is showing memory usage as around 2 GB during execution..
please help!
thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Feb 7, 2014, 6:13 AM
http://msdn.microsoft.com/en-us/library/system.xml.xmlreader.aspx
In the above link, there are some ways to read the nodes in async manner.