I have a field in an sql table called Id_Record. It' integer , identity seed=yes, increment 1 and identity seed=1. I have to remove all the test records and want to start the next entry at 1. Is there a way to do this without messing up my table.
Start Free Trial