I have created an application, what is connected to MS SQL 2012 databases. We have more then 60 clients in the local area. It works well, but today I have found a little issue. When I have checked the datas, I have found missing IDs.
The ID is not depends on the app, it is SQL setting. When somebody save new data (I am using "INSERT" command), then the sql table increment the ID by 1. But here are missing the 19571 and 19572.
I am just wondering, how it is possible.