large data set insert

  • Thread starter Thread starter Mark A. Babcock
  • Start date Start date
M

Mark A. Babcock

I have an asp.net application where I am uploading a 8 - 25mb text file.
Then we are reading the lines from this text file to put into the database.
This could have between 40000-150000 lines in the text file depending on its
size. What is the best way to get this inserted into a datbase. Any
suggestions would help.
 
Hi Mark,

I think SQL DTS is a good choice in that case. It works fast with big amount
of data
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top