You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)].
21
20
22
21
## Hardware and software requirements
23
22
@@ -31,69 +30,69 @@ This section identifies known issues you may experience with this product.
31
30
32
31
#### Help
33
32
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).
35
34
36
35
#### Localized language interface
37
36
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.
39
38
40
39
#### Software Assurance installation parameter
41
40
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.
43
42
44
43
[Install SQL Server on Windows from the command prompt](../database-engine/install-windows/install-sql-server-from-the-command-prompt.md) describes this parameter.
45
44
46
45
#### Deprecated feature parameters
47
46
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.
49
48
50
49
:::row:::
51
50
:::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`
56
55
:::column-end:::
57
56
:::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`
62
61
:::column-end:::
63
62
:::column:::
64
-
- `\SDK`
65
-
- `\DREPLAY_CTLR`
66
-
- `\TOOLS`
67
-
- `\DREPLAY_CLT`
63
+
- `/SDK`
64
+
- `/DREPLAY_CTLR`
65
+
- `/TOOLS`
66
+
- `/DREPLAY_CLT`
68
67
:::column-end:::
69
68
:::row-end:::
70
69
71
70
#### Reboot requirement
72
71
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.
74
73
75
-
Windows Server 2022 was released with VCRuntime version 14.28.29914.
74
+
Windows Server 2022 was released with VCRuntime version 14.28.29914.
76
75
77
76
### Query Store for secondary replicas
78
77
79
78
[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.
80
79
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.
0 commit comments