Skip to content

Commit aa83d85

Browse files
Update articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-manage-monitor.md
Co-authored-by: William Assaf MSFT <[email protected]>
1 parent ecae860 commit aa83d85

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/relational-databases/system-dynamic-management-views/sys-dm-pdw-sql-requests-transact-sql?view=aps-pdw-2016-au7), 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), 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)