Skip to content

Instantly share code, notes, and snippets.

@weirdpattern
Last active July 19, 2018 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weirdpattern/eee4931dfb21c394c93ae6fd6ea00793 to your computer and use it in GitHub Desktop.
Save weirdpattern/eee4931dfb21c394c93ae6fd6ea00793 to your computer and use it in GitHub Desktop.
.2018.05.25.reset-column-identity
2018.05.25.reset-column-identity
DBCC CHECKIDENT ('Employee', RESEED, 1)
DBCC CHECKIDENT (<table>, RESEED, <value>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment