Skip to content

Commit 6d51039

Browse files
committed
update known issues
1 parent 2a2c42f commit 6d51039

19 files changed

Lines changed: 71 additions & 17 deletions
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ms.author: jopilov
33
author: PiJoCoder
4-
ms.date: 05/20/2025
4+
ms.date: 05/27/2025
55
ms.custom: sap:SQL resource usage and configuration (CPU, Memory, Storage), evergreen
66
---
77

@@ -10,5 +10,3 @@ SQL Server 2022 includes a fix to address wrong results in parallel plans return
1010
- 11042 - This trace flag disables the parallelism for the built-in `SESSION_CONTEXT`.
1111

1212
- 9432 - This trace flag disables the fix that's included in SQL Server 2022.
13-
14-
Microsoft is working on a fix for this issue and it will be available in a future CU.

support/sql/releases/sqlserver-2022/cumulativeupdate1.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ This article describes Cumulative Update package 1 (CU1) for Microsoft SQL Serve
2626
2727
## Known issues in this update
2828

29-
There are no known issues in this cumulative update.
29+
### Access violation when session is reset
30+
31+
[!INCLUDE [av-sesssion-context-2022](../includes/av-sesssion-context-2022.md)]
3032

3133
## Improvements and fixes included in this update
3234

support/sql/releases/sqlserver-2022/cumulativeupdate10.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,16 @@ This article describes Cumulative Update package 10 (CU10) for Microsoft SQL Ser
2323

2424
## Known issues in this update
2525

26-
### Read-scale availability group not displayed in dm_hadr_database_replica_cluster_states
26+
### Issue one: Read-scale availability group not displayed in dm_hadr_database_replica_cluster_states
2727

2828
SQL Server 2022 CU10 introduced [fix 2714261](#2714261), which causes an issue with `sys.dm_hadr_database_replica_cluster_states` for read-scale availability groups that results in the **Availability Databases** folder in SQL Server Management Studio (SSMS) not showing the databases in the availability group (AG). To mitigate this issue, roll back the patch to CU9.
2929

3030
This issue is fixed in [SQL Server 2022 CU12](cumulativeupdate12.md#2923126).
3131

32+
### Issue two: Access violation when session is reset
33+
34+
[!INCLUDE [av-sesssion-context-2022](../includes/av-sesssion-context-2022.md)]
35+
3236
## Improvements and fixes included in this update
3337

3438
A downloadable Excel workbook that contains a summary list of builds, together with their current support lifecycle, is available. The Excel file also contains detailed fix lists for SQL Server 2022, SQL Server 2019, and SQL Server 2017. [Select to download this Excel file now](https://aka.ms/sqlserverbuilds).

support/sql/releases/sqlserver-2022/cumulativeupdate11.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ This article describes Cumulative Update package 11 (CU11) for Microsoft SQL Ser
2222
- Analysis Services - Product version: **16.0.43.222**, file version: **2022.160.43.222**
2323
## Known issues in this update
2424

25-
### Read-scale availability group not displayed in dm_hadr_database_replica_cluster_states
25+
### Issue one: Read-scale availability group not displayed in dm_hadr_database_replica_cluster_states
2626

2727
SQL Server 2022 CU10 introduced [fix 2714261](cumulativeupdate10.md#2714261), which causes an issue with `sys.dm_hadr_database_replica_cluster_states` for read-scale availability groups that results in the **Availability Databases** folder in SQL Server Management Studio (SSMS) not showing the databases in the availability group (AG). To mitigate this issue, roll back the patch to CU9.
2828

2929
This issue is fixed in [SQL Server 2022 CU12](cumulativeupdate12.md#2923126).
3030

31+
### Issue two: Access violation when session is reset
32+
33+
[!INCLUDE [av-sesssion-context-2022](../includes/av-sesssion-context-2022.md)]
34+
3135
## Improvements and fixes included in this update
3236

3337
A downloadable Excel workbook that contains a summary list of builds, together with their current support lifecycle, is available. The Excel file also contains detailed fix lists for SQL Server 2022, SQL Server 2019, and SQL Server 2017. [Select to download this Excel file now](https://aka.ms/sqlserverbuilds).

support/sql/releases/sqlserver-2022/cumulativeupdate12.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ This article describes Cumulative Update package 12 (CU12) for Microsoft SQL Ser
2626
2727
## Known issues in this update
2828

29-
There are no known issues in this cumulative update.
29+
### Access violation when session is reset
30+
31+
[!INCLUDE [av-sesssion-context-2022](../includes/av-sesssion-context-2022.md)]
3032

3133
## Improvements and fixes included in this update
3234

support/sql/releases/sqlserver-2022/cumulativeupdate13.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ This article describes Cumulative Update package 13 (CU13) for Microsoft SQL Ser
2323

2424
## Known issues in this update
2525

26-
### Patching error for secondary replicas in an availability group with databases enabled replication, CDC, or SSISDB
26+
### Issue one: Patching error for secondary replicas in an availability group with databases enabled replication, CDC, or SSISDB
2727

2828
[!INCLUDE [patching-error-2022](../includes/patching-error-2022.md)]
2929

30+
### Issue two: Access violation when session is reset
31+
32+
[!INCLUDE [av-sesssion-context-2022](../includes/av-sesssion-context-2022.md)]
33+
3034
## Improvements and fixes included in this update
3135

3236
A downloadable Excel workbook that contains a summary list of builds, together with their current support lifecycle, is available. The Excel file also contains detailed fix lists for SQL Server 2022, SQL Server 2019, and SQL Server 2017. [Select to download this Excel file now](https://aka.ms/sqlserverbuilds).

support/sql/releases/sqlserver-2022/cumulativeupdate14.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ The issue arises from a code change in SQL Server 2022 CU14 that checks if a dat
5252

5353
This issue is fixed in [SQL Server 2022 CU15](cumulativeupdate15.md#3459086).
5454

55+
### Issue three: Access violation when session is reset
56+
57+
[!INCLUDE [av-sesssion-context-2022](../includes/av-sesssion-context-2022.md)]
58+
5559
## Improvements and fixes included in this update
5660

5761
A downloadable Excel workbook that contains a summary list of builds, together with their current support lifecycle, is available. The Excel file also contains detailed fix lists for SQL Server 2022, SQL Server 2019, and SQL Server 2017. [Select to download this Excel file now](https://aka.ms/sqlserverbuilds).

support/sql/releases/sqlserver-2022/cumulativeupdate15.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ This article describes Cumulative Update package 15 (CU15) for Microsoft SQL Ser
2323

2424
## Known issues in this update
2525

26-
### Patching error for secondary replicas in an availability group with databases enabled replication or CDC
26+
### Issue one: Patching error for secondary replicas in an availability group with databases enabled replication or CDC
2727

2828
[!INCLUDE [patching-error-2022](../includes/patching-error-2022.md)]
2929

30+
### Issue two: Access violation when session is reset
31+
32+
[!INCLUDE [av-sesssion-context-2022](../includes/av-sesssion-context-2022.md)]
33+
3034
## Improvements and fixes included in this update
3135

3236
A downloadable Excel workbook that contains a summary list of builds, together with their current support lifecycle, is available. The Excel file also contains detailed fix lists for SQL Server 2022, SQL Server 2019, and SQL Server 2017. [Select to download this Excel file now](https://aka.ms/sqlserverbuilds).

support/sql/releases/sqlserver-2022/cumulativeupdate16.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ This article describes Cumulative Update package 16 (CU16) for Microsoft SQL Ser
2323

2424
## Known issues in this update
2525

26-
There are no known issues in this cumulative update.
26+
### Access violation when session is reset
27+
28+
[!INCLUDE [av-sesssion-context-2022](../includes/av-sesssion-context-2022.md)]
2729

2830
## Improvements and fixes included in this update
2931

support/sql/releases/sqlserver-2022/cumulativeupdate17.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ This article describes Cumulative Update package 17 (CU17) for Microsoft SQL Ser
2323

2424
## Known issues in this update
2525

26-
There are no known issues in this cumulative update.
26+
### Access violation when session is reset
27+
28+
[!INCLUDE [av-sesssion-context-2022](../includes/av-sesssion-context-2022.md)]
2729

2830
## Improvements and fixes included in this update
2931

0 commit comments

Comments
 (0)