INDNTITY(data_type,[seed,increment]) AS column_name
SELECT IDENTITY(int,1,1) AS IDINTO NewTable FROM ExistingTable
Login to post response