Skip to content

Commit 50ac995

Browse files
Merge pull request #268892 from dialmoth/docs-editor/sql-data-warehouse-concept-res-1710319980
Update sql-data-warehouse-concept-resource-utilization-query-activity.md
2 parents d6f7ab4 + ca870a5 commit 50ac995

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-concept-resource-utilization-query-activity.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn what capabilities are available to manage and monitor Azure S
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: sngun
7-
ms.date: 11/02/2022
7+
ms.date: 03/14/2024
88
ms.service: synapse-analytics
99
ms.subservice: sql-dw
1010
ms.topic: conceptual
@@ -51,6 +51,10 @@ For a programmatic experience when monitoring Synapse SQL via T-SQL, the service
5151

5252
To view the list of DMVs that apply to Synapse SQL, review [dedicated SQL pool DMVs](../sql/reference-tsql-system-views.md#dedicated-sql-pool-dynamic-management-views-dmvs).
5353

54+
> [!NOTE]
55+
> You need to resume your dedicated SQL Pool to monitor the queries using the Query activity tab.
56+
> The **Query activity** tab cannot be used to view historical executions. To check the query history, it is recommended to enable [diagnostics](sql-data-warehouse-monitor-workload-portal.md) to export the available DMVs to one of the available destinations (such as Log Analytics) for future reference. By design, DMVs contain records of the last 10,000 executed queries only. Once this limit is reached, the DMV data will be flushed, and new records will be inserted. Additionally, after any pause, resume, or scale operation, the DMV data will be cleared.
57+
5458
## Metrics and diagnostics logging
5559

5660
Both metrics and logs can be exported to Azure Monitor, specifically the [Azure Monitor logs](../../azure-monitor/logs/log-query-overview.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json) component and can be programmatically accessed through [log queries](../../azure-monitor/logs/log-analytics-tutorial.md?bc=%2fazure%2fsynapse-analytics%2fsql-data-warehouse%2fbreadcrumb%2ftoc.json&toc=%2fazure%2fsynapse-analytics%2fsql-data-warehouse%2ftoc.json). The log latency for Synapse SQL is about 10-15 minutes.

0 commit comments

Comments
 (0)