Skip to content

Instantly share code, notes, and snippets.

@gistfrojd
Created November 3, 2014 07:18
Show Gist options
  • Save gistfrojd/58eb1597b55eea15c799 to your computer and use it in GitHub Desktop.
Save gistfrojd/58eb1597b55eea15c799 to your computer and use it in GitHub Desktop.
SQL server update statistics
/* Updates all statistics */
USE <database>
EXEC sp_updatestats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment