SQL Server Database Detail shows database-level metrics, properties, workload, files, tables, locks, memory, waits, health checks, and query detail for a selected database.
Depending on the selected tab, the page can show:
Database Detail is the main workspace for investigating one SQL Server database. Use it after the server-level pages show that a specific database is affected, or when an application team already knows which database owns the problem.
Start with the tab that matches the symptom. Use activity and locks for live blocking, queries for expensive SQL, files for growth or storage issues, waits for delay patterns, and health checks for configuration or maintenance findings. If the same query appears repeatedly, move to Database Query Store or SQL Server Indexes for historical and schema evidence.
This page is also useful for handover because it gathers database-specific context in one place. Capture the database name, time window, affected tab, key finding, and related query or wait evidence before assigning work.
Use it when one database is the focus. Use server-level pages when the symptom affects the whole instance.
Choose the tab that matches the symptom: activity for live issues, queries for workload, files for storage, waits for delays, and health checks for risk review.
No. Database Detail gives broad context, while Query Store provides deeper historical query and plan analysis.