查詢資料表目前的識別值:
dbcc checkident('[table]', noreseed)
重設資料表的識別值為0:
dbcc checkident('[table]', 'reseed', 0)
沒有留言:
張貼留言