The SQL Server Memory page helps diagnose memory pressure and SQL Server memory usage. Use it when queries slow down, memory alerts fire, or the server appears resource constrained.
SQL Server memory evidence helps explain whether performance issues are related to cache pressure, query grants, workload growth, or host-level contention. Use this page when many queries slow down at once, memory alerts fire, or waits suggest memory-related pressure.
Start by checking whether the symptom is broad or query-specific. A single expensive query may request a large memory grant, spill, or process more rows than expected. Broad pressure across many sessions may indicate SQL Server configuration, competing host processes, or a workload that has outgrown available memory. Compare memory evidence with SQL Server Waits, SQL Server Queries, and SQL Server Activity.
Do not increase max server memory or other settings based on one snapshot. Capture a baseline, understand the workload, and follow a controlled change process.
No. SQL Server is designed to use memory for cache. The concern is pressure, paging, grant waits, or user-visible slowdown.
Review host OS metrics, other processes, SQL Server memory configuration, and whether Host OS Login is configured.
Use Cached SQL, Query Store, waits, and activity to identify high-memory or high-row-count workload patterns.