Skip to content

Commit 482bf4f

Browse files
20211028 1041
1 parent ee67d55 commit 482bf4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/synapse-analytics/sql/query-history-storage-analysis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Disadvantages:
4747
## DMVs
4848

4949
Dynamic Management Views (DMVs) are extremely useful when it comes to gathering information on query wait times, execution plans, memory, etc.
50-
It is highly recommended to label your query of interest to track it down later.
50+
It is highly recommended to label your query of interest to track it down later. For example:
5151

5252
```sql
5353
-- Query with Label
@@ -56,6 +56,8 @@ FROM sys.tables
5656
OPTION (LABEL = 'My Query');
5757
```
5858

59+
For more information on labeling your queries in Azure Synapse SQL, see [Use query labels in Synapse SQL](develop-label.md).
60+
5961
For more information on using DMVs to monitor your Azure Synapse Analytics workload, see [Monitor your dedicated SQL pool workload using DMVs](../sql-data-warehouse/sql-data-warehouse-manage-monitor.md?context=/azure/synapse-analytics/context/context). For documentation on catalog views specific to Azure Synapse Analytics, see [Azure Synapse Analytics Catalog Views](/sql/relational-databases/system-catalog-views/sql-data-warehouse-and-parallel-data-warehouse-catalog-views).
6062

6163
Advantages:

0 commit comments

Comments
 (0)