/*If you have delete all the rows in a table, and you want to reset the identity column value, use this*/ DBCC CHECKIDENT ('Table_Name',RESEED,0)