Created
February 3, 2023 09:05
-
-
Save ghotz/848ecfe49973a24712365daa03ca9239 to your computer and use it in GitHub Desktop.
Post upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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