identity specification gap after several operations
- by Babak.Abad
I'm using identity specification for a table of sql server 2012. Let we have two Insert and then two Delete operation. After these operation primary key should start from 1, but it will start from 3. I'm worry about this problem causing no place for inserting new item after long time. Does "Sql-server 2012" fill these gaps by itself?
If it is possible, please refer me a documentation ( for example from microsoft)