Hi Experts
I have tables whose IDENTITY starts at 100; I use 1 to 99 for Test ID's. So, I frequently have to clean out these tables and start again, during development. What is the easiest way to re-set the IDENTITY SEED? When I try to re-set with the ALTER TABLE statement, MSSQL 2000 still counts from the the last generated value.
Start Free Trial