Let's say two users (Us1 & Us2) insert a row into a table containing an identity column (value 1 assigned to Us1, value 2 assigned to Us2).
If the operation of Us1 fails and is rolled back, and operation of Us2 is committed, value of 1 in identity column is lost.
Is there any way of ensuring that there are no "holes" in an identity column?