MS SQL Identity 重設 與 取得

個人一般筆記,若有需求請取用!

取得 Identity

IDENT_CURRENT('Table_Name')

重設 Identity

DBCC CHECKIDENT(Table_Name, RESEED, 0)