KB5054833 - Cumulative Update 32 for SQL Server 2019
KB5054833 - Cumulative Update 32 for SQL Server 2019
Summary
This article describes Cumulative Update package 32 (CU32) for Microsoft SQL Server 2019. This update contains 1 fix that was issued after the release of SQL Server 2019 Cumulative Update 31, and it updates components in the following builds:
- SQL Server - Product version: 15.0.4430.1, file version: 2019.150.4430.1
- Analysis Services - Product version: 15.0.35.51, file version: 2018.150.35.51
Known issues in this update
Access violation when session is reset
SQL Server 2019 CU14 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:
- 11042 - This trace flag disables the parallelism for the built-in SESSION_CONTEXT.
- 9432 - This trace flag disables the fix that was introduced in SQL Server 2019 CU14.
Improvements and fixes included in this update
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.