I am designing a database which has autonumber. This database imports hundreds of thousands of records every 3 months, and exports the previous 3 month's records at the same time and deletes it from the database. The autonumber for the new data starts where the autonumber of the old data left off, even if i do the delete operation before importing the new data.
My question is, there is ultimately a finite number for the autonumber to increment to. When autonumber gets to that point where it can go no higher, will it recycle?
That is, will it start at 0 again and go up by one again?
thankyou
My question is, there is ultimately a finite number for the autonumber to increment to. When autonumber gets to that point where it can go no higher, will it recycle?
That is, will it start at 0 again and go up by one again?
thankyou