sqlserver-diagnostics
Installation
SKILL.md
SQL Server Diagnostics
Use this skill when a SQL Server instance is slow, queries are timing out, or you need to identify the source of a performance problem. Start here before diving into indexes or execution plans.
Recommended Workflow
1. Check wait stats → scripts/wait-stats.sql
2. Find top slow queries → scripts/top-slow-queries.sql
3. See what's running NOW → scripts/active-queries.sql
4. Drill into a specific query → sqlserver-execution-plans/SKILL.md
5. Act on findings → sqlserver-indexes or sqlserver-query-optimization