Skip to content

Commit e15f161

Browse files
Merge pull request #25779 from mariyaali/patch-6
Update create-materialized-view-as-select-transact-sql.md
2 parents 301b451 + 1679429 commit e15f161

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/t-sql/statements/create-materialized-view-as-select-transact-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: CREATE MATERIALIZED VIEW AS SELECT (Transact-SQL)
44
author: markingmyname
55
ms.author: maghan
66
ms.reviewer: xiaoyul
7-
ms.date: 07/20/2022
7+
ms.date: 01/25/2023
88
ms.service: sql
99
ms.subservice: data-warehouse
1010
ms.topic: reference
@@ -90,6 +90,7 @@ Distributes the rows based on the hash values of up to eight columns, allowing f
9090
> - To enable this preview feature, join the preview by changing the database's compatibility level to 9000 with this command. For more information on setting the database compatibility level, see [ALTER DATABSE SCOPED CONFIGURATION](./alter-database-scoped-configuration-transact-sql.md). For example: `DATABASE SCOPED CONFIGURATION SET DW_COMPATIBILITY_LEVEL = 9000;`
9191
> - 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 materialized views will stay but become unreadable.
9292
> - To regain access to MCD materialized views, opt-in the preview again.
93+
> - 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.
9394
9495
#### *select_statement*
9596
The SELECT list in the materialized view definition needs to meet at least one of these two criteria:
@@ -271,4 +272,4 @@ GO
271272

272273
## Next steps
273274

274-
- [Performance tuning with Materialized View](/azure/sql-data-warehouse/performance-tuning-materialized-views)
275+
- [Performance tuning with Materialized View](/azure/sql-data-warehouse/performance-tuning-materialized-views)

0 commit comments

Comments
 (0)