Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 52e2a9f

Browse files
authored
Merge pull request #25105 from rwestMSFT/rw-1201-2022-release-notes
Acrolinx pass on 2022 release notes
2 parents 9da6b00 + 51d3b23 commit 52e2a9f

1 file changed

Lines changed: 37 additions & 38 deletions

File tree

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
---
2-
title: "SQL Server 2022 Release Notes"
2+
title: "SQL Server 2022 release notes"
33
description: Find information about SQL Server 2022 (16.x) limitations, known issues, help resources, and other release notes.
4-
ms.date: 11/01/2022
4+
author: MikeRayMSFT
5+
ms.author: mikeray
6+
ms.reviewer: randolphwest
7+
ms.date: 12/01/2022
58
ms.service: sql
6-
ms.reviewer: ""
79
ms.subservice: release-landing
810
ms.topic: "article"
9-
ms.custom:
10-
- event-tier1-build-2022
11-
author: MikeRayMSFT
12-
ms.author: mikeray
11+
ms.custom: event-tier1-build-2022
1312
monikerRange: "= sql-server-ver16"
1413
---
1514

16-
# [!INCLUDE[SQL Server 2022](../includes/sssql22-md.md)] release notes
15+
# SQL Server 2022 release notes
1716

18-
[!INCLUDE[SQL Server 2022](../includes/applies-to-version/sqlserver2022.md)]
17+
[!INCLUDE[sqlserver2022](../includes/applies-to-version/sqlserver2022.md)]
1918

20-
This article describes requirements, limitations and known issues for [!INCLUDE[SQL Server 2022](../includes/sssql22-md.md)].
19+
This article describes requirements, limitations and known issues for [!INCLUDE[sssql22-md](../includes/sssql22-md.md)].
2120

2221
## Hardware and software requirements
2322

@@ -31,69 +30,69 @@ This section identifies known issues you may experience with this product.
3130

3231
#### Help
3332

34-
When you execute `setup /HELP` the information returned does not include the new `/AZUREEXTENSION` feature. Complete information for `setup` is at [Install SQL Server on Windows from the command prompt](../database-engine/install-windows/install-sql-server-from-the-command-prompt.md).
33+
When you run `setup /HELP`, the information returned doesn't include the new `/AZUREEXTENSION` feature. Complete information for Setup is available at [Install SQL Server on Windows from the command prompt](../database-engine/install-windows/install-sql-server-from-the-command-prompt.md).
3534

3635
#### Localized language interface
3736

38-
In certain localized languages, the Azure Extension configuration screen controls may be partially overwritten or missing. To resolve issue, expand or maximize the Setup window from the default window sizing.
37+
In certain localized languages, the Azure Extension configuration screen controls may be partially overwritten or missing. To resolve this issue, expand or maximize the Setup window from the default window sizing.
3938

4039
#### Software Assurance installation parameter
4140

42-
There is a new Setup command line installation parameter - `/PRODUCTCOVEREDBYSA`. The parameter indicates if the provided product key (`/PID=`) license is covered under a Software Assurance or SQL Server Subscription contract, or just a SQL Server license.
41+
A new Setup command line installation parameter `/PRODUCTCOVEREDBYSA` indicates if the provided product key (`/PID=`) license is covered under a Software Assurance or SQL Server Subscription contract, or just a SQL Server license.
4342

4443
[Install SQL Server on Windows from the command prompt](../database-engine/install-windows/install-sql-server-from-the-command-prompt.md) describes this parameter.
4544

4645
#### Deprecated feature parameters
4746

48-
The following features are not available in Setup in SQL Server 2022. If specified in command line installations or scripts, these previously supported parameters may fail.
47+
The following features aren't available in Setup in [!INCLUDE[sssql22-md](../includes/sssql22-md.md)]. If specified in command line installations or scripts, these previously supported parameters may fail.
4948

5049
:::row:::
5150
:::column:::
52-
- `\PolyBaseJava`
53-
- `\SQL_INST_MR`
54-
- `\SQL_INST_JAVA`
55-
- `\SQL_INST_MPY`
51+
- `/PolyBaseJava`
52+
- `/SQL_INST_MR`
53+
- `/SQL_INST_JAVA`
54+
- `/SQL_INST_MPY`
5655
:::column-end:::
5756
:::column:::
58-
- `\SQLJAVADIR`
59-
- `\SQL_SHARED_MPY`
60-
- `\SNAC_SDK`
61-
- `\SQL_SHARED_MR`
57+
- `/SQLJAVADIR`
58+
- `/SQL_SHARED_MPY`
59+
- `/SNAC_SDK`
60+
- `/SQL_SHARED_MR`
6261
:::column-end:::
6362
:::column:::
64-
- `\SDK`
65-
- `\DREPLAY_CTLR`
66-
- `\TOOLS`
67-
- `\DREPLAY_CLT`
63+
- `/SDK`
64+
- `/DREPLAY_CTLR`
65+
- `/TOOLS`
66+
- `/DREPLAY_CLT`
6867
:::column-end:::
6968
:::row-end:::
7069

7170
#### Reboot requirement
7271

73-
When you install an initial SQL Server 2022 instance on a Windows Server 2022 machine, if the server does not have `VCRuntime140` version 14.29.30139 or later installed, Setup will require reboot.
72+
When you install an initial [!INCLUDE[sssql22-md](../includes/sssql22-md.md)] instance on a Windows Server 2022 machine, if the computer doesn't have `VCRuntime140` version 14.29.30139 or a later version installed, Setup will require a reboot.
7473

75-
Windows Server 2022 was released with VCRuntime version 14.28.29914.
74+
Windows Server 2022 was released with VCRuntime version 14.28.29914.
7675

7776
### Query Store for secondary replicas
7877

7978
[Query Store for secondary replicas](../relational-databases/performance/query-store-for-secondary-replicas.md) is available for preview. It isn't available for use in production environments.
8079

81-
### RPC calls fail with Encrypt=Strict
82-
- **Issue and customer impact**: Due to defect in TDS 8.0 protocol implementation RPC calls would fail if Encrypt option is set to Strict in connection string. Example would be running "sp_who" stored procedure.
83-
- **Applies to**: [!INCLUDE[SQL Server 2022](../includes/sssql22-md.md)] RTM
80+
### RPC calls fail with `Encrypt=Strict`
81+
82+
An issue in the TDS 8.0 protocol implementation may cause RPC calls to fail if the `Encrypt` option is set to `Strict` in your connection string, for example when running the `sp_who` system stored procedure.
83+
84+
**Applies to**: [!INCLUDE[sssql22-md](../includes/sssql22-md.md)] RTM
8485

8586
## Build number
8687

8788
| Preview build | Version number | Date |
88-
|:--|:--|:--|
89-
| General release to market (RTM) | 16.0.1000.6 | November 16, 2022 |
90-
| RC 1 | 16.0.950.9 | September 22, 2022|
91-
| RC 0 | 16.0.900.6 | August 23, 2022|
89+
| :-- | :-- | :-- |
90+
| General release to market (RTM) | 16.0.1000.6 | November 16, 2022 |
91+
| RC 1 | 16.0.950.9 | September 22, 2022 |
92+
| RC 0 | 16.0.900.6 | August 23, 2022 |
9293
| CTP 2.1 | 16.0.700.4 | July 27, 2022 |
9394
| CTP 2.0 | 16.0.600.9 | May 20, 2022 |
9495

9596
## Next steps
9697

97-
For related information about new features and capabilities in this version of SQL Server, see:
98-
99-
[What's new in [!INCLUDE[sql-server-2022](../includes/sssql22-md.md)]](what-s-new-in-sql-server-2022.md).
98+
- [What's new in [!INCLUDE[sql-server-2022](../includes/sssql22-md.md)]](what-s-new-in-sql-server-2022.md).

0 commit comments

Comments
 (0)