alter table 表名 add iid int identity(1,1)
update 表名 set id = iid
alter table 表名 drop column iid