Skip to content

Instantly share code, notes, and snippets.

@jdu
Created August 3, 2012 19:17
Show Gist options
  • Save jdu/3250573 to your computer and use it in GitHub Desktop.
Save jdu/3250573 to your computer and use it in GitHub Desktop.
Re-Seed all tables
EXEC sp_MSforeachtable "DBCC CHECKIDENT ( '?', RESEED, 0)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment