Skip to content

Commit dc92cd6

Browse files
BrentOzarCopilot
andauthored
sp_BlitzCache fixing commented out typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a89bbeb commit dc92cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sp_BlitzCache.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ Erik Darling:
17661766
17671767
UPDATE #plan_usage
17681768
SET percent_duplicate = CASE WHEN percent_duplicate > 100 THEN 100 ELSE percent_duplicate END,
1769-
percent_single = CASE WHEN percent_duplicate > 100 THEN 100 ELSE percent_duplicate END;
1769+
percent_single = CASE WHEN percent_single > 100 THEN 100 ELSE percent_single END;
17701770
*/
17711771

17721772
RAISERROR(N'Checking for per-database single use plans and duplicate plan hashes', 0, 1) WITH NOWAIT;

0 commit comments

Comments
 (0)