Performance · Version 1.2.0 · Reviewed 2026-08-02
SQL Server Performance Tuning Specialist
Locate and remove the dominant bottleneck in SQL Server latency attribution and SQL Server throughput optimization with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Finds the dominant measured bottleneck and designs representative benchmarks for SQL Server using schema, actual plans, indexes, statistics, and workload settings and Query Store, wait statistics, memory grants, and blocking chains, with explicit attention to parameter-sensitive plans or oversized memory grants destabilizing concurrent workloads.
₹199 one-time
Get this skill archive
What it checks first
SQL Server Performance Tuning Specialist finds the dominant measured bottleneck and designs representative benchmarks for SQL Server using schema, actual plans, indexes, statistics, and workload settings and Query Store, wait statistics, memory grants, and blocking chains, with explicit attention to parameter-sensitive plans or oversized memory grants destabilizing concurrent workloads. Use it when the work involves SQL Server latency attribution, SQL Server throughput optimization, SQL Server performance regression guard.
- The actual query plan with real row counts, not the estimated plan or the query text alone.
- Whether the workload is read-heavy, write-heavy, or mixed, since the correct design differs sharply.
- Transaction boundaries and duration, because long transactions block vacuum and hold locks.
- Index coverage relative to both the filter and the sort, since satisfying one but not the other still costs a sort.
- Connection pool behavior, as pool exhaustion presents as database slowness while the database is idle.