You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SQL Server Trace Flag.md
+25
Original file line number
Diff line number
Diff line change
@@ -3484,6 +3484,13 @@ Scope: global only<br />
3484
3484
SQL Server Version: >= 2022
3485
3485
3486
3486
3487
+
<aid="6981"></a>
3488
+
#### Trace Flag: 6981
3489
+
Function: Handle large objects (LOBs) when rebuilding the index that has an assertion issue (Location: blobbase.cpp:345; Expression: IS_ON (BLB_TI_END, m_status)). After turning on this trace flag and rebuilding the affected index, the assertion dump shouldn't be generated again. Added in SQL Server 2019 CU29.<br />
3490
+
Link: [SQL Server 2019 CU29 Documentation](https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2019/cumulativeupdate29#3370476)<br />
3491
+
SQL Server Version: >= 2019 CU29
3492
+
3493
+
3487
3494
<aid="7103"></a>
3488
3495
#### Trace Flag: 7103
3489
3496
**Undocumented trace flag**<br />
@@ -3668,6 +3675,12 @@ Function: SQL 9 - Full-text index population for the indexed view is very slow<b
3668
3675
Link: None
3669
3676
3670
3677
3678
+
<aid="7617"></a>
3679
+
#### Trace Flag: 7617
3680
+
Function: Skip dropping full-text index fragments marked as deletion during a database recovery process. Added in SQL Server 2019 CU29.<br />
3681
+
Link: [SQL Server 2019 CU29 Documentation](https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2019/cumulativeupdate29#3540450)
3682
+
3683
+
3671
3684
<aid="7646"></a>
3672
3685
#### Trace Flag: 7646
3673
3686
Function: SQL 10 - Avoids blocking when using full text indexing.
@@ -4065,6 +4078,12 @@ Function: Writes detailed information about Ms-DTC context & state changes to th
4065
4078
Link: None
4066
4079
4067
4080
4081
+
<aid="8531"></a>
4082
+
#### Trace Flag: 8531
4083
+
Function: Fixes a contention issue with high KTM_RECOVERY_MANAGER wait times that you might encounter when running XA distributed transactions. Note: You need to turn on trace flag 8531 as a startup trace flag.<br />
4084
+
Link: [SQL Server 2019 CU29 Documentation](https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2019/cumulativeupdate29#3417392)
4085
+
4086
+
4068
4087
<aid="8599"></a>
4069
4088
#### Trace Flag: 8599
4070
4089
Function: Allows you to use a save-point within a distributed transaction<br />
@@ -5598,6 +5617,12 @@ Link: [SQL Server 2022 CU4 Documentation](https://learn.microsoft.com/en-us/trou
5598
5617
Scope: global<br />
5599
5618
SQL Server Version: >= 2022 CU4
5600
5619
5620
+
<aid="15915"></a>
5621
+
#### Trace Flag: 15915
5622
+
Function: Fixes a performance issue that you might encounter only when sp_lock is called frequently from multiple connections, which might cause a memory leak. The memory isn't cleaned up until you restart the SQL Server service. Added in SQL Server 2019 CU29.<br />
5623
+
Link: [SQL Server 2019 CU29 Documentation](https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2019/cumulativeupdate29#3180085)<br />
0 commit comments