in reply to Re: Message Reply Sequencing
in thread Message Reply Sequencing
This would limit the potential gap in the sequence to 1, at some performance cost in the identity value generation.create table foo ( id numeric(9) identity, .... ) with identity_gap = 1
Michael
|
|---|