Look at IDENTITY_INSERT in SQL Server

Posted on C# Corner See other posts from C# Corner
Published on Apr 13, 2010 Indexed on 2010/04/13 17:13 UTC
Read the original article Hit count: 213

Filed under:
We can use IDENTITY_INSERT for inserting values explicitly into a identity column.

© C# Corner or respective owner