Skip to content

Commit e9c943b

Browse files
authored
Merge pull request #124476 from Yazdanifard/patch-2
Update sql-data-warehouse-manage-monitor.md
2 parents cc8580c + 564a480 commit e9c943b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-manage-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To investigate further details about a single step, inspect the `operation_type`
9999

100100
### Step 3: Investigate SQL on the distributed databases
101101

102-
Use the Request ID and the Step Index to retrieve details from [sys.dm_pdw_sql_requests](/sql/t-sql/database-console-commands/dbcc-pdw-showexecutionplan-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest&preserve-view=true), which contains execution information of the query step on all of the distributed databases.
102+
Use the Request ID and the Step Index to retrieve details from [sys.dm_pdw_sql_requests](/sql/relational-databases/system-dynamic-management-views/sys-dm-pdw-sql-requests-transact-sql?view=azure-sqldw-latest&preserve-view=true), which contains execution information of the query step on all of the distributed databases.
103103

104104
```sql
105105
-- Find the distribution run times for a SQL step.

0 commit comments

Comments
 (0)