SELECT IDENTITY(int, 1,1) AS ID_Num
INTO NewTable
FROM OldTable
select max(id_num) from newtable