Click here to Skip to main content
16,021,293 members

Comments by NiteshAgarwal (Top 3 by date)

NiteshAgarwal 21-Dec-16 0:59am View    
@ppolymorphe Thanks for your suggestion. Since my file size is too large that is why I cannot use the XDocument and XmlDocument because it will load the complete file into memory. I am looking for a solution where I can do it using XmlReader.

Since I am generating the xml from process so I cannot do it manually.
NiteshAgarwal 20-Dec-16 9:00am View    
My xml file contains large number of data. It may contain records in Lakhs also. That is why I don't want to use XmlDocument. It may cause the performance degradation.
NiteshAgarwal 11-Apr-16 3:15am View    
Which SQL Server you are using? Data type date was introduced in SQL Server 2008.