This document discusses Live Query Statistics and the Query Store in Microsoft SQL Server 2016 for troubleshooting query performance issues. Live Query Statistics allows viewing execution plans and metrics of in-flight queries. The Query Store provides a dedicated store for query performance data, capturing plan histories and metrics to help identify regressed queries and other issues. Enabling these tools helps DBAs monitor performance and address issues like slow queries and plans impacted by upgrades or data changes.