Skip to content

Commit 1885fca

Browse files
authored
Merge pull request #84921 from stversch/patch-5
Update what-is-a-data-warehouse-unit-dwu-cdwu.md
2 parents f915e09 + 1928d46 commit 1885fca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

articles/synapse-analytics/sql-data-warehouse/what-is-a-data-warehouse-unit-dwu-cdwu.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,6 @@ To check the status of DWU changes:
181181
1. Connect to the master database associated with your server.
182182
2. Submit the following query to check database state.
183183

184-
```sql
185-
SELECT *
186-
FROM sys.databases
187-
;
188-
```
189-
190-
1. Submit the following query to check status of operation
191-
192184
```sql
193185
SELECT *
194186
FROM sys.dm_operation_status

0 commit comments

Comments
 (0)