Skip to content

Commit 5a19fc0

Browse files
authored
Merge pull request #235 from BrentOzar/patch-1
Update SQL Server Trace Flag.md
2 parents 0f7e837 + 0734add commit 5a19fc0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: SQL Server Trace Flag.md

+25
Original file line numberDiff line numberDiff line change
@@ -3484,6 +3484,13 @@ Scope: global only<br />
34843484
SQL Server Version: >= 2022
34853485

34863486

3487+
<a id="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+
34873494
<a id="7103"></a>
34883495
#### Trace Flag: 7103
34893496
**Undocumented trace flag**<br />
@@ -3668,6 +3675,12 @@ Function: SQL 9 - Full-text index population for the indexed view is very slow<b
36683675
Link: None
36693676

36703677

3678+
<a id="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+
36713684
<a id="7646"></a>
36723685
#### Trace Flag: 7646
36733686
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
40654078
Link: None
40664079

40674080

4081+
<a id="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+
40684087
<a id="8599"></a>
40694088
#### Trace Flag: 8599
40704089
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
55985617
Scope: global<br />
55995618
SQL Server Version: >= 2022 CU4
56005619

5620+
<a id="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 />
5624+
SQL Server Version: >= 2019 CU29
5625+
56015626

56025627

56035628
[Docs Trace Flags]:https://docs.microsoft.com/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql

0 commit comments

Comments
 (0)