摘要:
第一种: 可以将现有的数据也从自己定义的标识开始select 除id外的其他字段 into #temp from t truncate table t insert into t(除id外的其他字段 ) select * from #temp第二种:只能将新插入的数据开始从100001开始标识DBCC CHECKIDENT (tablename, RESEED, ... 阅读全文
posted @ 2009-04-17 09:52
wellma
阅读(237)
评论(0)
推荐(0)
浙公网安备 33010602011771号