Home Forums SQL Server 2008 T-SQL (SS2K8) Add Auto Incrementing column to my SELECT statement RE: Add Auto Incrementing column to my SELECT statement

  • Hello Erin

    I would like to use same technique while inserting records into existing table. Is it possible by any way?

    As per my knowledge IDENTITY function can be used only with SELECT...INTO query which inserts into new table only.

    I want to insert into an existing table...