Bulk Insert multiple records and get identity for all using ADO.NET

Posted by Hasan Khan on Stack Overflow See other posts from Stack Overflow or by Hasan Khan
Published on 2010-04-23T09:37:11Z Indexed on 2010/04/23 9:43 UTC
Read the original article Hit count: 241

Filed under:
|
|
|
|

I want to batch insert multiple records in sql server database using ADO.NET command/sqldataadapter and get identity value generated for all the rows in a single database trip.

What are my options?

© Stack Overflow or respective owner

Related posts about ADO.NET

Related posts about sql