Skip to content

Commit b554255

Browse files
authored
Merge pull request #85385 from julieMSFT/20190814_DWU
updated TSQL for Gen2
2 parents 4cb34db + 9d47a9b commit b554255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ WITH
5353

5454
--Gen2
5555
CREATE DATABASE myComputeSQLDW
56-
WITH
57-
( SERVICE_OBJECTIVE = 'DW1000c'
56+
(Edition = 'Datawarehouse'
57+
,SERVICE_OBJECTIVE = 'DW1000c'
5858
)
5959
;
6060
```

0 commit comments

Comments
 (0)