Why does SQL Server sometimes not provide sequence no in identity columns? For example we were inserting records into the table; until 300 it was ok, but for the next record the id which was assign it 318 - an 18 numbers gap in identity column.
Can anyone tell me why? And I have seen this for other tables as well one number or two number gap between the before and after.
No records deleted
Thanks