BrentOzarULTD / SQL-Server-First-Responder-Kit

sp_Blitz, sp_BlitzCache, sp_BlitzFirst, sp_BlitzIndex, and other SQL Server scripts for health checks and performance tuning.
http://FirstResponderKit.org
Other
3.38k stars 999 forks source link

#3573 implemented #3574

Closed mikaelljunghorn closed 1 month ago

mikaelljunghorn commented 2 months ago

Added a temp table (#MissingIndexesFinalResult) to hold the final result after filtering has been applied to the original #MissingIndexes temp table. If the #MissingIndexesFinalResult is empty we only display "No missing indexes". Otherwise we display the content of the #MissingIndexesFinalResult table.

BrentOzar commented 1 month ago

Thanks for the pull request, but closing this since the better solution is described in the issue #3574.