Skip to content

Commit f6c599e

Browse files
committed
Update known issue
1 parent 2e6b430 commit f6c599e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/sql/releases/includes/av-sesssion-context-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 04/02/2025
55
ms.custom: sap:SQL resource usage and configuration (CPU, Memory, Storage), evergreen
66
---
77

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:
8+
SQL Server 2019 CU14 introduced a fix [14307204](../sqlserver-2019/cumulativeupdate14.md#14307204) 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:
99

1010
- 11042 - This trace flag disables the parallelism for the built-in `SESSION_CONTEXT`.
1111

0 commit comments

Comments
 (0)