dbcc checkident('tb_Classes',reseed,0)--重置id=1,不丢失之前的数据 truncate table tb_StudentsInfo--重置id=1,丢失之前的数据