Skip to content

Instantly share code, notes, and snippets.

@leandrocustodio
Created March 11, 2013 14:21
Show Gist options
  • Save leandrocustodio/5134568 to your computer and use it in GitHub Desktop.
Save leandrocustodio/5134568 to your computer and use it in GitHub Desktop.
Reiniciar contagem de campo ID * necessário excluir registros da tabela
DBCC CHECKIDENT ('tabela', RESEED, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment