Skip to content

Commit a6f8c2b

Browse files
Merge pull request #25782 from mariyaali/patch-7
Update create-table-as-select-azure-sql-data-warehouse.md
2 parents a952e69 + 7562fc5 commit a6f8c2b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "CREATE TABLE AS SELECT in Azure Synapse Analytics creates a new ta
44
author: markingmyname
55
ms.author: maghan
66
ms.reviewer: vanto, xiaoyul
7-
ms.date: 09/12/2022
7+
ms.date: 01/25/2023
88
ms.service: sql
99
ms.topic: reference
1010
dev_langs:
@@ -104,6 +104,7 @@ Distributes the rows based on the hash values of up to eight columns, allowing f
104104
> - To regain access to MCD tables, opt-in the preview again.
105105
> - To load data into a MCD table, use CTAS statement and the data source needs be Synapse SQL tables.
106106
> - Using SSMS for [generating a script](../../ssms/scripting/generate-scripts-sql-server-management-studio.md) to create MCD tables is not currently supported.
107+
> - Preview features are meant for testing only and should not be used on production instances or production data. Please keep a copy of your test data if the data is important.
107108
108109
For details and to understand how to choose the best distribution column, see the [Table distribution options](./create-table-azure-sql-data-warehouse.md#TableDistributionOptions) section in CREATE TABLE.
109110

0 commit comments

Comments
 (0)