先检查一下现在起始数DBCC checkident([table_name], NORESEED)
重置自增起始值DBCC checkident([table_name], RESEED, [当前最后一个数])