Skip to content

Commit c72df06

Browse files
authored
Update CU articles with fixes for previously known issues
1 parent 998f0cd commit c72df06

22 files changed

Lines changed: 36 additions & 76 deletions
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
ms.author: jopilov
3+
author: PiJoCoder
4+
ms.date: 04/02/2025
5+
ms.custom: sap:SQL resource usage and configuration (CPU, Memory, Storage)
6+
---
7+
8+
SQL Server 2019 CU14 introduced a [fix to address wrong results in parallel plans returned by the built-in SESSION_CONTEXT](https://support.microsoft.com/help/5008114). However, this fix might create access violation dump files when the SESSION is reset for reuse. To mitigate this issue and avoid incorrect results, you can disable the original fix, and also disable the parallelism for the built-in `SESSION_CONTEXT`. To do this, use the following trace flags:
9+
10+
- 11042 - This trace flag disables the parallelism for the built-in `SESSION_CONTEXT`.
11+
12+
- 9432 - This trace flag disables the fix that was introduced in SQL Server 2019 CU14.

support/sql/releases/includes/patching-error-2019.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ If you want to prevent the patch from reporting an initial failure, you can perf
2626

2727
- Remove CDC or replication from the database in the AG.
2828

29-
Microsoft is working on a fix for this issue and it will be available in a future CU.
29+
A fix for this issue can be found in [SQL Server 2019, CU 29](../sqlserver-2019/cumulativeupdate29). For more information, see [CU 29, 3418490](../sqlserver-2019/cumulativeupdate29#3418490)
30+

support/sql/releases/includes/patching-error-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ If you want to prevent the patch from reporting an initial failure, you can perf
2626

2727
- Remove CDC or replication from the database in the AG.
2828

29-
Microsoft is working on a fix for this issue and it will be available in a future CU.
29+
A fix for this issue can be found in [CU 16](../sqlserver-2022/cumulativeupdate16). For more information, see [CU 16, 3418488](../sqlserver-2022/cumulativeupdate16#3418488)

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ This article describes Cumulative Update package 15 (CU15) for Microsoft SQL Ser
2525

2626
### Access violation when session is reset
2727

28-
SQL Server 2019 CU14 introduced a [fix to address wrong results in parallel plans returned by the built-in SESSION_CONTEXT](https://support.microsoft.com/help/5008114). However, this fix might create access violation dump files when the `SESSION` is reset for reuse. To mitigate this issue and avoid incorrect results, you can disable the original fix, and also disable the parallelism for the built-in `SESSION_CONTEXT`. To do this, use the following trace flags:
28+
[!INCLUDE [av-sesssion_context-2019](../includes/av-sesssion_context-2019.md)]
2929

30-
- 11042 - This trace flag disables the parallelism for the built-in `SESSION_CONTEXT`.
31-
32-
- 9432 - This trace flag disables the fix that was introduced in SQL Server 2019 CU14.
3330

3431
## Improvements and fixes included in this cumulative update
3532

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ This article describes Cumulative Update package 16 (CU16) for Microsoft SQL Ser
2525

2626
### Access violation when session is reset
2727

28-
SQL Server 2019 CU14 introduced a [fix to address wrong results in parallel plans returned by the built-in SESSION_CONTEXT](https://support.microsoft.com/help/5008114). However, this fix might create access violation dump files when the `SESSION` is reset for reuse. To mitigate this issue and avoid incorrect results, you can disable the original fix, and also disable the parallelism for the built-in `SESSION_CONTEXT`. To do this, use the following trace flags:
28+
[!INCLUDE [av-sesssion_context-2019](../includes/av-sesssion_context-2019.md)]
2929

30-
- 11042 - This trace flag disables the parallelism for the built-in `SESSION_CONTEXT`.
31-
32-
- 9432 - This trace flag disables the fix that was introduced in SQL Server 2019 CU14.
3330

3431
## Improvements and fixes included in this update
3532

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ This article describes Cumulative Update package 17 (CU17) for Microsoft SQL Ser
2525

2626
### Access violation when session is reset
2727

28-
SQL Server 2019 CU14 introduced a [fix to address wrong results in parallel plans returned by the built-in SESSION_CONTEXT](https://support.microsoft.com/help/5008114). However, this fix might create access violation dump files when the `SESSION` is reset for reuse. To mitigate this issue and avoid incorrect results, you can disable the original fix, and also disable the parallelism for the built-in `SESSION_CONTEXT`. To do this, use the following trace flags:
28+
[!INCLUDE [av-sesssion_context-2019](../includes/av-sesssion_context-2019.md)]
2929

30-
- 11042 - This trace flag disables the parallelism for the built-in `SESSION_CONTEXT`.
31-
32-
- 9432 - This trace flag disables the fix that was introduced in SQL Server 2019 CU14.
3330

3431
## Improvements and fixes included in this update
3532

support/sql/releases/sqlserver-2019/cumulativeupdate18.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ This article describes Cumulative Update package 18 (CU18) for Microsoft SQL Ser
2525

2626
### Access violation when session is reset
2727

28-
SQL Server 2019 CU14 introduced a [fix to address wrong results in parallel plans returned by the built-in SESSION_CONTEXT](https://support.microsoft.com/help/5008114). However, this fix might create access violation dump files when the `SESSION` is reset for reuse. To mitigate this issue and avoid incorrect results, you can disable the original fix, and also disable the parallelism for the built-in `SESSION_CONTEXT`. To do this, use the following trace flags:
28+
[!INCLUDE [av-sesssion_context-2019](../includes/av-sesssion_context-2019.md)]
2929

30-
- 11042 - This trace flag disables the parallelism for the built-in `SESSION_CONTEXT`.
31-
32-
- 9432 - This trace flag disables the fix that was introduced in SQL Server 2019 CU14.
3330

3431
## Improvements and fixes included in this update
3532

support/sql/releases/sqlserver-2019/cumulativeupdate19.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ This article describes Cumulative Update package 19 (CU19) for Microsoft SQL Ser
2828

2929
### Issue one
3030

31-
SQL Server 2019 CU14 introduced a [fix to address wrong results in parallel plans returned by the built-in SESSION_CONTEXT](https://support.microsoft.com/help/5008114). However, this fix might create access violation dump files when the `SESSION` is reset for reuse. To mitigate this issue and avoid incorrect results, you can disable the original fix, and also disable the parallelism for the built-in `SESSION_CONTEXT`. To do this, use the following trace flags:
31+
[!INCLUDE [av-sesssion_context-2019](../includes/av-sesssion_context-2019.md)]
3232

33-
- 11042 - This trace flag disables the parallelism for the built-in `SESSION_CONTEXT`.
34-
35-
- 9432 - This trace flag disables the fix that was introduced in SQL Server 2019 CU14.
3633

3734
### Issue two
3835

support/sql/releases/sqlserver-2019/cumulativeupdate20.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ This article describes Cumulative Update package 20 (CU20) for Microsoft SQL Ser
2525

2626
### Issue one
2727

28-
SQL Server 2019 CU14 introduced a [fix to address wrong results in parallel plans returned by the built-in SESSION_CONTEXT](https://support.microsoft.com/help/5008114). However, this fix might create access violation dump files when the `SESSION` is reset for reuse. To mitigate this issue and avoid incorrect results, you can disable the original fix, and also disable the parallelism for the built-in `SESSION_CONTEXT`. To do this, use the following trace flags:
28+
[!INCLUDE [av-sesssion_context-2019](../includes/av-sesssion_context-2019.md)]
2929

30-
- 11042 - This trace flag disables the parallelism for the built-in `SESSION_CONTEXT`.
31-
32-
- 9432 - This trace flag disables the fix that was introduced in SQL Server 2019 CU14.
3330

3431
### Issue two
3532

support/sql/releases/sqlserver-2019/cumulativeupdate21.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ This article describes Cumulative Update package 21 (CU21) for Microsoft SQL Ser
2525

2626
### Issue one
2727

28-
SQL Server 2019 CU14 introduced a [fix to address wrong results in parallel plans returned by the built-in SESSION_CONTEXT](https://support.microsoft.com/help/5008114). However, this fix might create access violation dump files when the SESSION is reset for reuse. To mitigate this issue and avoid incorrect results, you can disable the original fix, and also disable the parallelism for the built-in `SESSION_CONTEXT`. To do this, use the following trace flags:
28+
[!INCLUDE [av-sesssion_context-2019](../includes/av-sesssion_context-2019.md)]
2929

30-
- 11042 - This trace flag disables the parallelism for the built-in `SESSION_CONTEXT`.
31-
32-
- 9432 - This trace flag disables the fix that was introduced in SQL Server 2019 CU14.
3330

3431
### Issue two
3532

0 commit comments

Comments
 (0)