identity specification gap after several operations
Posted
by
Babak.Abad
on Stack Overflow
See other posts from Stack Overflow
or by Babak.Abad
Published on 2013-11-10T21:46:57Z
Indexed on
2013/11/10
21:53 UTC
Read the original article
Hit count: 336
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)
© Stack Overflow or respective owner