0

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

1
  • How are you uploading the excel / csv file in the first place? I presume that a xls / csv file with 200,000 records could potentially be quite big in size depending on the individual size of each record Commented Jan 29, 2011 at 18:01

1 Answer 1

2

See some resources:

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.