Skip to content

Instantly share code, notes, and snippets.

@noelmcavoy
Created March 4, 2013 22:51
Show Gist options
  • Save noelmcavoy/5086395 to your computer and use it in GitHub Desktop.
Save noelmcavoy/5086395 to your computer and use it in GitHub Desktop.
Reset DB Auto Integer in MS SQL
DBCC CHECKIDENT (POSITION, RESEED, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment