Skip to content

Commit fb14134

Browse files
committed
Update av-sesssion-context-2022.md
1 parent 0423181 commit fb14134

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

8-
SQL Server 2022 introduced a fix to address wrong results in parallel plans returned by the built-in `SESSION_CONTEXT`. 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 2022 includes a fix to address wrong results in parallel plans returned by the built-in `SESSION_CONTEXT`. 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

12-
- 9432 - This trace flag disables the fix that was introduced in SQL Server 2022.
12+
- 9432 - This trace flag disables the fix that's included in SQL Server 2022.
1313

1414
Microsoft is working on a fix for this issue and it will be available in a future CU.

0 commit comments

Comments
 (0)