2008年11月13日 星期四

重設identity

流水號會從1開始,需在table內無資料時使用。
sp_chgattribute '[ TABLE NAME ]', 'identity_burn_max', 0, '0'

example:
EXEC sp_chgattribute testtable, 'identity_burn_max', 0, '0';

沒有留言: