Skip to content

Commit ffbffea

Browse files
markingmynamesimonxjxrwestMSFT
authored
[ASK Mode] [Squash Merge] [SQL Server] 2022 CU 19 Release (release to main) (May 15, 2025, 1020 am PST) (#34102)
* Update Trace Flag 9135 with SQL Server 2022 CU19 * [SQL Server] 2022 CU 19 release (#34097) --------- Co-authored-by: Simonx Xu <[email protected]> Co-authored-by: Randolph West MSFT <[email protected]>
1 parent 3c53f83 commit ffbffea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/relational-databases/errors-events/includes/sql-server-2022-database-engine-events-and-errors-41400-49999.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: rwestMSFT
33
ms.author: randolphwest
44
ms.reviewer: maghan, mikeray
5-
ms.date: 04/10/2025
5+
ms.date: 05/15/2025
66
ms.topic: include
77
---
88
| Error | Severity | Event logged | Description |
@@ -879,6 +879,7 @@ ms.topic: include
879879
| 45768 | 16 | No | Requested restore details are not available, or have expired. |
880880
| 45769 | 16 | No | %ls |
881881
| 45770 | 16 | No | Failed to move the database into elastic pool due to internal resource constraints. This may be a transient condition, please retry. |
882+
| 45939 | 16 | No | One or more databases on SQL Managed Instance '{0}' cannot be made accessible because the corresponding inaccessibility root causes have not been mitigated. Please mitigate the inaccessibility root causes for all currently inaccessible databases and retry the operation. |
882883
| 46501 | 15 | No | External table references '%S_MSG' that does not exist. |
883884
| 46502 | 15 | No | Type with name '%.\*ls' already exists. |
884885
| 46503 | 15 | No | Invalid format for option '%S_MSG'. |

docs/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Trace flag behavior might not be supported in future releases of [!INCLUDE [ssNo
234234
| <a id="tf8904"></a>**8904** | Enables a fix to address a parallel redo failure on a secondary replica by disabling inlined log IO, limiting the contention possibility from many workers to the subset of background LogWriter workers. For more information, see [KB5004649](https://support.microsoft.com/kb/5004649) and [Trace Flag 8904 - Disable Inline Database Log Flushes](https://techcommunity.microsoft.com/t5/sql-server-blog/trace-flag-8904-disable-inline-database-log-flushes/ba-p/3695204).<br /><br />**Applies to:** [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] only, starting with CU 12.<br /><br />**Applies to:** [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)]<br /><br />**Scope:** Global only. |
235235
| <a id="tf9024"></a>**9024** | Converts a global log pool memory object into NUMA node partitioned memory object. For more information, see [KB2809338](https://support.microsoft.com/kb/2809338).<br /><br />**Note:** Starting with [!INCLUDE [ssSQL11](../../includes/sssql11-md.md)] Service Pack 3 and [!INCLUDE [ssSQL14](../../includes/sssql14-md.md)] Service Pack 1, this behavior is controlled by the Database Engine and Trace Flag 9024 has no effect.<br /><br />**Scope:** Global only. |
236236
| <a id="tf9109"></a>**9109** | Disables start of Query Notification functionality. For more information, see [Restore or recovery may fail or take a long time if query notification is used in a database](/troubleshoot/sql/admin/restore-recovery-may-fail).<br /><br />**Warning:** Use caution with this trace flag. This trace flag can be useful in a limited set of scenarios primarily for troubleshooting or isolating a problem.<br /><br />**Scope:** Global and session. |
237-
| <a id="tf9135"></a>**9135** | Prevents the usage of indexed views. To accomplish this at the query level, add the `USE HINT 'EXPAND VIEWS'` query hint instead of using this trace flag. For more information, see [Table Hints (Transact-SQL)](../queries/hints-transact-sql-table.md#remarks).<br /><br />**Applies to:** [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] CU 23 and later versions.<br /><br />**Scope:** Global only. |
237+
| <a id="tf9135"></a>**9135** | Prevents the usage of indexed views. To accomplish this at the query level, add the `USE HINT 'EXPAND VIEWS'` query hint instead of using this trace flag. For more information, see [Table Hints (Transact-SQL)](../queries/hints-transact-sql-table.md#remarks).<br /><br />**Applies to:** [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] CU 23, [!INCLUDE [ssSQL22](../../includes/sssql22-md.md)] CU 19, and later versions.<br /><br />**Scope:** Global only. |
238238
| <a id="tf9347"></a>**9347** | Disables batch mode for sort operator. [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] introduced a new batch mode sort operator that boosts performance for many analytical queries. For more information, see [KB3172787](https://support.microsoft.com/kb/3172787).<br /><br />**Scope:** Global or session or query (QUERYTRACEON). |
239239
| <a id="tf9348"></a>**9348** | Enables the use of Query Optimizer cardinality estimates to decide whether BULK INSERT for a clustered columnstore index should be initiated or not. If the estimated number of rows to insert is less than 102,400, the [!INCLUDE [ssDE-md](../../includes/ssde-md.md)] doesn't use BULK INSERT. If more than 102,400 rows are estimated, a BULK INSERT is initiated. For more information, see [KB2998301](https://support.microsoft.com/kb/2998301).<br /><br />**Scope:** Global or session or query (QUERYTRACEON). |
240240
| <a id="tf9349"></a>**9349** | Disables batch mode for top N sort operator. [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] introduced a new batch mode top sort operator that boosts performance for many analytical queries.<br /><br />**Scope:** Global or session or query (QUERYTRACEON). |

0 commit comments

Comments
 (0)