Skip to content

Commit bb5ae2b

Browse files
Merge pull request #23836 from MikeRayMSFT/20220823-release-dallas-query-store-secondary
Stage update to release notes
2 parents ac7a64f + 596f66c commit bb5ae2b

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

docs/relational-databases/performance/monitoring-performance-by-using-the-query-store.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,16 @@ The data stored about queries can be analyzed as workloads on a replica set basi
133133
Before using Query Store for secondary replicas, you need to have an [Always On availability group](../../database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server.md) set up and configured.
134134

135135
> [!IMPORTANT]
136-
> **APPLIES TO**: SQL Server 2022 (16.x) CTP 2.x
137-
>
138-
> You must enable the following set of trace flags before you can enable Query Store for secondary replicas: 12606, 12607, 12608, 12610, T12624. To enable these trace flags:
136+
> **APPLIES TO**: [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)]
137+
>
138+
> Query Store for secondary replicas is a *preview* feature. It is not intended for production deployments. See: [release notes](../../sql-server/sql-server-2022-release-notes.md).
139+
>
140+
> You must enable trace flag 12606 before you can enable Query Store for secondary replicas. To enable the trace flags:
141+
>
139142
> 1. Open the services management console (services.msc from the **Run** menu).
140-
> 1. Right-click on the **SQL Server** service for SQL Server 2022 CTP 2 and select **Properties**.
143+
> 1. Right-click on the **SQL Server** service for [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] and select **Properties**.
141144
> 1. If the service status is *Running*, select **Stop**. This will stop the installed instance.
142-
> 1. In the **Start parameters** box, add the values: `-T12606 -T12607 -T12608 -T12610 -T12624`
145+
> 1. In the **Start parameters** box, add the values: `-T12606`
143146
> 1. Select **Start** to start the service.
144147
> 1. Select **OK**.
145148

docs/sql-server/sql-server-2022-release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ This section identifies known issues you may experience with this product:
3232

3333
- In RC 0, when you set encryption to **Force Encryption** with SQL Server Configuration Manager, the setting will not change the encryption and may cause errors.
3434

35+
- In RC 0, Query Store for secondary replicas is available for preview. It is not available for use in production environments.
36+
3537
- Certain SSIS functions require the [Microsoft ODBC Driver 18 for SQL Server](../connect/odbc/download-odbc-driver-for-sql-server.md) and [Microsoft OLE DB Driver 19 for SQL Server](../connect/oledb/download-oledb-driver-for-sql-server.md), which are not packaged in SQL Server 2022 RC 0 installation. For RC 0, please install the two drivers from the provided links as necessary.
3638

3739
## Build number

docs/sql-server/what-s-new-in-sql-server-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This release:
4141
- Is available as Evaluation Edition. It's available for a 180 day trial period, and includes all of the capabilities of Enterprise Edition.
4242
- On Azure Virtual Machines, it's available as Developer Edition. It's available for a 180 day trial period via a SQL Server on Azure Virtual Machines [marketplace image](https://ms.portal.azure.com/#create/Microsoft.AzureSQL).
4343
- For SQL Server 2022 Preview on Linux, see [Release notes for [!INCLUDE[sssql22](../includes/sssql22-md.md)] on Linux](../linux/sql-server-linux-release-notes-2022.md).
44-
- Doesn't include support from Microsoft, except for select EAP customers.
44+
- Doesn't include support from Microsoft, except for select Early Adoption Program customers.
4545

4646
After you check out [!INCLUDE [sssql22-md](../includes/sssql22-md.md)], [submit feedback about the product](https://feedback.azure.com/d365community/forum/04fe6ee0-3b25-ec11-b6e6-000d3a4f0da0).
4747

0 commit comments

Comments
 (0)