From 196652415151d72e6a3a87f540fecc2c62270975 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Fri, 4 Apr 2025 10:33:55 -0400 Subject: [PATCH] Update README.md --- Install-All/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Install-All/README.md b/Install-All/README.md index f5cb7ff8..57cdf19b 100644 --- a/Install-All/README.md +++ b/Install-All/README.md @@ -24,6 +24,7 @@ The DarlingData.sql file includes all of the following stored procedures: | [sp_HumanEventsBlockViewer](../sp_HumanEvents) | Analyzes blocked process reports | [Link](../sp_HumanEvents) | | [sp_IndexCleanup](../sp_IndexCleanup) | Identifies unused and duplicate indexes | [Link](../sp_IndexCleanup) | | [sp_LogHunter](../sp_LogHunter) | Searches SQL Server error logs for important messages | [Link](../sp_LogHunter) | +| [sp_PerfCheck](../sp_PerfCheck) | Comprehensive SQL Server performance health check | [Link](../sp_PerfCheck) | | [sp_PressureDetector](../sp_PressureDetector) | Detects CPU and memory pressure in SQL Server | [Link](../sp_PressureDetector) | | [sp_QuickieStore](../sp_QuickieStore) | Fast and configurable way to navigate Query Store data | [Link](../sp_QuickieStore) |