Skip to content

Commit 182918c

Browse files
authored
Trace flags - add 6950 & 6962
Which remove SQL Server 2022's GAM/SGAM contention improvements in TempDB.
1 parent e4a0107 commit 182918c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

SQL Server Trace Flag.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3464,6 +3464,21 @@ Link: https://support.microsoft.com/kb/4517771<br />
34643464
Scope: global only<br />
34653465
SQL Server Version: >= 2019 CU1, >= 2017 CU18, >= 2016 SP1 CU10
34663466

3467+
<a id="6950"></a>
3468+
#### Trace Flag: 6950
3469+
**Undocumented trace flag**<br />
3470+
Function: Disable SQL Server 2022's TempDB contention improvements around GAM/SGAM access.<br />
3471+
Link: https://github.com/microsoft/bobsql/blob/master/demos/sqlserver2022/tempdb/disablegamsgam.cmd
3472+
Scope: global only<br />
3473+
SQL Server Version: >= 2022
3474+
3475+
<a id="6962"></a>
3476+
#### Trace Flag: 6962
3477+
**Undocumented trace flag**<br />
3478+
Function: Disable SQL Server 2022's TempDB contention improvements around GAM/SGAM access.<br />
3479+
Link: https://github.com/microsoft/bobsql/blob/master/demos/sqlserver2022/tempdb/disablegamsgam.cmd
3480+
Scope: global only<br />
3481+
SQL Server Version: >= 2022
34673482

34683483
<a id="7103"></a>
34693484
#### Trace Flag: 7103

0 commit comments

Comments
 (0)