Skip to content

Commit f240591

Browse files
author
Simonx Xu
authored
Update dbcc-traceon-trace-flags-transact-sql.md
1 parent bfa53f8 commit f240591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -222,7 +222,7 @@ Trace flag behavior might not be supported in future releases of [!INCLUDE [ssNo
222222
| <a id="tf8286"></a>**8286** | Forces the cleanup query to use the `FORCE ORDER` hint to improve performance. Can be used with [TF 8287](#tf8287) to use the `FORCESEEK` hint. For more information, see [KB5022375](/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate1).<br /><br />**Applies to:** [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] CU 19, [!INCLUDE [ssSQL22](../../includes/sssql22-md.md)] CU 1, and later versions.<br /><br />**Scope:** Global only. |
223223
| <a id="tf8287"></a>**8287** | Forces the cleanup query to use the `FORCESEEK` hint to improve performance. Can be used with [TF 8286](#tf8286) to use the `FORCE ORDER` hint. For more information, see [KB5022375](/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate1).<br /><br />**Applies to:** [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] CU 19, [!INCLUDE [ssSQL22](../../includes/sssql22-md.md)] CU 1, and later versions.<br /><br />**Scope:** Global only. |
224224
| <a id="tf8290"></a>**8290** | After this trace flag is enabled, the change tracking (CT) auto cleanup process will reset any invalid cleanup version to a cleanup version based on the retention period. After you enable this trace flag, you must let the auto cleanup process run. For more information, see [KB4538365](https://support.microsoft.com/kb/4538365).<br /><br />**Applies to:** [!INCLUDE [ssSQL17](../../includes/sssql17-md.md)] CU 19, [!INCLUDE [sql-server-2019](../../includes/sssql19-md.md)] CU 4, [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], and later versions.<br /><br />**Scope:** Global or session. |
225-
| <a id="tf8531"></a>**8531** | Enables the fix for a contention issue with high **KTM_RECOVERY_MANAGER** wait times that you might encounter when running XA distributed transactions.<br /><br />**Applies to:** [!INCLUDE [sql-server-2019](../../includes/sssql19-md.md)] CU 29 and later versions.<br /><br />**Scope:** Global and startup only. |
225+
| <a id="tf8531"></a>**8531** | Enables the fix for a contention issue with high `KTM_RECOVERY_MANAGER` wait times that you might encounter when running XA distributed transactions.<br /><br />**Applies to:** [!INCLUDE [sql-server-2019](../../includes/sssql19-md.md)] CU 29 and later versions.<br /><br />**Scope:** Global and startup only. |
226226
| <a id="tf8558"></a>**8558** | Enables a fix to ensure that you don't observe edge cases where when RCSI isolation level is enabled then a transaction sometimes can't see the latest data from the tables that were modified using DTC transactions even after xa_commit returned success for a short duration of time.<br /><br />**Note:** Ensure that you thoroughly test this option, before rolling it into a production environment.<br /><br />**Applies to:** [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] CU 18, [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], and later versions.<br /><br />**Scope:** Global only. |
227227
| <a id="tf8721"></a>**8721** | Reports to the error log when autoupdate statistics executes. For more information, see an archived version of [KB195565](https://mskb.pkisolutions.com/kb/195565).<br /><br />**Note:** This trace flag requires Trace Flag [3605](#tf3605) to be enabled.<br /><br />**Scope:** Global only. |
228228
| <a id="tf8744"></a>**8744** | Disable prefetching for the [Nested Loops](../../relational-databases/performance/joins.md#nested_loops) operator.<br /><br />**Warning:** Incorrect use of this trace flag might cause additional physical reads when [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] executes plans that contain the Nested Loops operator.<br /><br />**Scope:** Global and session. |

0 commit comments

Comments
 (0)