December 22, 2010
Reseeding a SQL Table
I came across a problem recently in which I needed to reseed a SQL table to a certain number for the auto incrementing of the primary key. You need to know the following : tableName – The name of the table you are reseeding Reseed or NoReseed – Will discuss briefly after the example. Int – The number you want to start...