I need to insert the bulk data into MS SQLServer (approximately 2lac records) from excel or csv format file using asp.net C# web application.
My problem :
It throws out of memory exception.
So, I need to fix the issue from asp.net but NOT THROUGH SQLSERVER.
When I tried the bulk data insert/Update at the SQLServer it works fine. But when I tried to do the same process using the ASP.NET the system throws "Out of Memory Exception"
Kindly help me to solve this problem.
Thanks Vadivelu