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
 
Back
Top