Skip to content

Commit 1928d46

Browse files
authored
Update what-is-a-data-warehouse-unit-dwu-cdwu.md
SELECT * FROM does not let you connect to the master database. To keep consistency with connecting to the master database elswhere in this page, it could be removed. Removing line " 1. Submit the following query to check status of operation" as it is repeated.
1 parent 4cd9fa0 commit 1928d46

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
@@ -183,14 +183,6 @@ To check the status of DWU changes:
183183
1. Connect to the master database associated with your server.
184184
2. Submit the following query to check database state.
185185

186-
```sql
187-
SELECT *
188-
FROM sys.databases
189-
;
190-
```
191-
192-
1. Submit the following query to check status of operation
193-
194186
```sql
195187
SELECT *
196188
FROM sys.dm_operation_status

0 commit comments

Comments
 (0)