Update thousands of records in a DataSet to SQL Server
Posted
by MSIL
on Stack Overflow
See other posts from Stack Overflow
or by MSIL
Published on 2010-05-13T07:42:11Z
Indexed on
2010/05/13
7:44 UTC
Read the original article
Hit count: 207
sql-server-2005
|ADO.NET
I have half a million records in a data set of which 50,000 are updated. Now I need to commit the updated records back to the SQL Server 2005 Database.
What is the best and efficient way to do this considering the fact that such updates could be frequent (though concurrency is not an issue but performance is)
© Stack Overflow or respective owner