I have a database in SQL Express with a reasonable amount of data for more than a year. It has always worked fine, but now it is presenting the following problem: sometimes the ID in some tables ends up increasing by 1000 units.
I did a little research on this on the internet and saw that this can happen when the service is restarted and the proposed solutions say to add the -t272 parameter on startup by the SQL settings manager. The only problem is that there in the manager the "SQL Server Services" section is empty.
I have already solved the problem by resetting the identity of the table to the last correct value. This works, but the problem ends up appearing again.
Is there any other solution to this problem other than the -t272 parameter? What really causes this?