How to do a batch update?

Posted by chobo2 on Stack Overflow See other posts from Stack Overflow or by chobo2
Published on 2010-05-21T03:27:36Z Indexed on 2010/05/21 3:30 UTC
Read the original article Hit count: 160

Filed under:
|
|
|

Hi

I am wondering is there a way to do batch updating? I am using ms sql server 2005.

I saw away with the sqlDataAdaptor but it seems like you have to first the select statement with it, then fill some dataset and make changes to dataset.

Now I am using linq to sql to do the select so I want to try to keep it that way. However it is too slow to do massive updates. So is there away that I can keep my linq to sql(for the select part) but using something different to do the mass update?

Thanks

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about sql