Efficiently Reuse Gaps in an Identity Column

Posted on SQL Team See other posts from SQL Team
Published on Tue, 09 Feb 2010 00:00:00 GMT Indexed on 2010/03/11 4:41 UTC
Read the original article Hit count: 312

Filed under:
This article will demonstrate an efficient way to reuse gaps in an identity column. Please note that this is something you normally shouldn't be bothered about in a well-designed database or application. However, there are circumstances where you are forced to do this.

© SQL Team or respective owner