I have a huge problem in finishing my windows form application, I am using the latest Microsoft SQL Server Management Studio 18 and i am having a problem with auto-increment columns, after restarting the SQL Server values are jumping from 1 to 1000+ which is changing everything in the application because i have some queries based on the transaction number that is being jumped
https://i.stack.imgur.com/t1Be7.jpg
Please do not remove my post and say that it is a duplicated question, it is not the same case as in SQL Server 2017 or older, each version has it's own way to turn off IDENTITY_CACHE
, in the version that I am using there is nothing called IDENTITY_CACHE
, I couldn't find a fix on google, Thank you.