Microsoft
Software
Hardware
Network
Question : Reset Autonumbers when moving to production
I am sure there is an easy answer to this. We have a pretty extensive Database that we have developed. We have been testing thoroughly. During the testing, we also have master tables that have data that we want to preserve when we push to our users for production. Our Autonumber primary key has a bunch of gaps from testing from deleting, adding, etc. when we go to production, we want a nice 1,2,3,4, etc for the data we are retaining. How can we reset all these?
Answer : Reset Autonumbers when moving to production
Once you delete all the records and do a Compact and Repair on the data file all your autonumbers should be reset to 1 ...
Random Solutions
get datagridview to show last record instead of first.
DoWork() method not executing
Visual Studio dataset designer error message
How do I get Visual Studio 2008 Templates to appear in the window?
Exchange services not running shows error
Fill a Text box with a selection
Shared vs Exclusive Mode - Automatic Switching
SCCM 2007 - Updated Prerequisite Component Path?
Autonew in Excel
How to transpose a variable length row to two columns