Skip to content

Commit 47cc342

Browse files
Merge pull request #24161 from mariyaali/patch-6
Update create-table-azure-sql-data-warehouse.md
2 parents 146bd4c + 622960e commit 47cc342

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/t-sql/statements/create-table-azure-sql-data-warehouse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "CREATE TABLE (Azure Synapse Analytics) creates a new table in Azur
44
author: markingmyname
55
ms.author: maghan
66
ms.reviewer: vanto, xiaoyul
7-
ms.date: 08/16/2022
7+
ms.date: 09/12/2022
88
ms.prod: sql
99
ms.prod_service: "synapse-analytics, pdw"
1010
ms.topic: reference
@@ -161,7 +161,7 @@ Distributes the rows based on the hash values of up to eight columns, allowing f
161161
> - To opt-out the preview, run this command to change the database's compatibility level to AUTO. For example: `ALTER DATABASE SCOPED CONFIGURATION SET DW_COMPATIBILITY_LEVEL = AUTO;` This will disable the multi-column distribution (MCD) feature (preview). Existing MCD tables will stay but become unreadable. Queries over MCD tables will return this error: `Related table/view is not readable because it distributes data on multiple columns and multi-column distribution is not supported by this product version or this feature is disabled.`
162162
> - To regain access to MCD tables, opt-in the preview again.
163163
> - To load data into a MCD table, use CTAS statement and the data source needs be Synapse SQL tables.
164-
> - Using SSMS for [generating a script](../../ssms/scripting/generate-scripts-sql-server-management-studio.md) to create MCD tables is supported in [SSMS 19 Preview 3](../../ssms/download-sql-server-management-studio-ssms.md).
164+
> - Using SSMS for [generating a script](../../ssms/scripting/generate-scripts-sql-server-management-studio.md) to create MCD tables is not currently supported.
165165
166166
`DISTRIBUTION = ROUND_ROBIN`
167167
Distributes the rows evenly across all the distributions in a round-robin fashion. This behavior is the default for [!INCLUDE[ssSDW](../../includes/sssdw-md.md)].
@@ -616,4 +616,4 @@ WITH
616616
[CREATE TABLE AS SELECT (Azure Synapse Analytics)](../../t-sql/statements/create-table-as-select-azure-sql-data-warehouse.md)
617617
[DROP TABLE (Transact-SQL)](../../t-sql/statements/drop-table-transact-sql.md)
618618
[ALTER TABLE (Transact-SQL)](../../t-sql/statements/alter-table-transact-sql.md)
619-
[sys.index_columns (Transact-SQL)](../../relational-databases/system-catalog-views/sys-index-columns-transact-sql.md)
619+
[sys.index_columns (Transact-SQL)](../../relational-databases/system-catalog-views/sys-index-columns-transact-sql.md)

0 commit comments

Comments
 (0)