C
Carlos
I picked up a routine from a old employee where he insert about 1000 record
every 30 minutes, he is going in a loop until finisih reading the file and
calling an insert for each record. That is taking a while a is slow, tha
table has 22 million records !!...
Now my question is: Is it faster to load the file in a DataSet or
DataTable and pass it to SQL so the inter procedure goes faster ?
Thanks
every 30 minutes, he is going in a loop until finisih reading the file and
calling an insert for each record. That is taking a while a is slow, tha
table has 22 million records !!...
Now my question is: Is it faster to load the file in a DataSet or
DataTable and pass it to SQL so the inter procedure goes faster ?
Thanks