• Developer 2005 (8/11/2010)


    Both Question and answer don't have sufficient information about target.

    What is the purpose of IDENTITY_INSERT ?

    And answer

    SET IDENTITY_INSERT allows explicit values to be inserted into the identity column of a table.

    SET IDENTITY_INSERT is not meaningful and you can not identify result until ON or OFF is not include in this statement. SET IDENTITY_INSERT it self not allows explicit values to be inserted into the identity column of a table until you don't include ON in this.

    http://msdn.microsoft.com/en-us/library/ms188059.aspx

    Read the first two lines of this document...

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP