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: http://snook.ca/s/298

Conversation

0 Comments · RSS feed
Sorry, comments are closed for this post. If you have any further questions or comments, feel free to send them to me directly.