SQL Server 2012 auto identity column value jump bug!
I am working on a database using SQL Server 2012. There is a table named Order has an auto Identity Column named OrderId datatype is int .I noticed that the sequence of the identity is just not right. It has jumped with 1000.After research about this issue, I found that...

