Changing the value of the IDENTITY column’s seed in SQL Server using TSQL April 11, 2013 April 11, 2013 tneustaedter By: tneustaedter Uncategorized No Comments The following TSQL statement will modify the employees table and set the LAST used seed value for the identity column on the table to 99. The result, the next insert… Read More