Hello!
I've got a "Computers" table in my db with the ComputerID column set as PK, ID, not null.
Up till now when I was adding a row to the table the value of "ComputerID" column was being incremented by 1, for instance: 230, 231, 232...248. When I added one more row this morning this value was incremented by 1000 (the next row has ComputerID = 2048), the second added row has the value = 2049.
Tell me please whether it's normal behavour of auto-increment or not?
Thank you in advance,
Michael