Skip to content

Instantly share code, notes, and snippets.

@ghotz
Created February 3, 2023 09:05
Show Gist options
  • Save ghotz/848ecfe49973a24712365daa03ca9239 to your computer and use it in GitHub Desktop.
Save ghotz/848ecfe49973a24712365daa03ca9239 to your computer and use it in GitHub Desktop.
Post upgrade
exec sp_msforeachdb 'USE [?]; exec sp_updatestats;'
exec sp_msforeachdb 'DBCC CHECKALLOC([?])'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment