Home Forums SQL Server 2005 T-SQL (SS2K5) Inserting value for identity column in a temporary table RE: Inserting value for identity column in a temporary table

  • You can also insert explicit values into an IDENTITY column by using SET IDENTITY_INSERT

    ON.

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


    "If I had been drinking out of that toilet, I might have been killed." -Ace Ventura