Understanding Identity Columns (SQL Server)

SQLTeam.com has an article that discusses in some depth Identity columns. I particularly like the little tidbit on resetting the identity column: DBCC CHECKIDENT('TableName', RESEED, 7).

Published December 08, 2004 · Updated September 17, 2005
Categorized as Quick Links
Short URL: https://snook.ca/s/298