Skip to content

Commit 138a666

Browse files
authored
Update known issue cumulativeupdate18.md
Working on a support case (Case 2504010050001670, for reference) we have discovered that the same issue introduced in SQL Server 2019 CU14 is still present in SQL Server 2022 and it was not fixed. The workaround is still to enable the trace flags. Adding this info to the known issues
1 parent b049acb commit 138a666

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ This article describes Cumulative Update package 18 (CU18) for Microsoft SQL Ser
2323

2424
## Known issues in this update
2525

26-
There are no known issues in this cumulative update.
26+
SQL Server 2019 CU14 introduced a fix 14307204 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 (which is still present on SQL Server 2022). 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:
27+
• 11042 - This trace flag disables the parallelism for the built-in SESSION_CONTEXT.
28+
• 9432 - This trace flag disables the fix that was introduced in SQL Server 2019 CU14.
29+
2730

2831
## Improvements and fixes included in this update
2932

0 commit comments

Comments
 (0)