I'm using an SQL Server 2012 from Microsoft. There I have a table with an id as primary key and autoincrement. Now I saw that the id makes big jumps, e.g.:
...
4001
4002
4003
14003
14004
24004
24005
...
Do you have an idea why the autoincrement makes so big jumps?