|
sross81
Posting Yak Master
USA
228 Posts |
Posted - 02/07/2013 : 12:49:52
|
I have a table that I have pulled in from an Access database that was corrupted and it kept allowing an auto number to repeat itself. The number is not used as a primary key, but it does need to remain unique. I want to just reset the reseed the whole field in the table, but I can't seem to find out how to do it with existing data only with new data.
I have tried
DBCC CHECKIDENT (Providers, RESEED,1)
It does nothing for me.
Any ideas? Is this even possible?
Thank you. |
|