Skip to content

Commit 0f7e837

Browse files
authored
Merge pull request #234 from abairmj/patch-1
Update SQL Server Trace Flag.md
2 parents 8cec1e0 + 9420b41 commit 0f7e837

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SQL Server Trace Flag.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,11 @@ If you know behavior some of them please open an issue or contact me (taranov.pr
234234
- [Trace Flag 3427](#3427) (for SQL Server 2016)
235235
- [Trace Flag 3449](#3449) (for versions SQL Server 2012 SP3 CU3 or later or SQL Server 2014 SP1 CU7 or later)
236236
- [Trace Flag 6534](#6534) (for versions SQL Server 2012, 2014, 2016) (if use [spatial data types](https://docs.microsoft.com/sql/relational-databases/spatial/spatial-data-sql-server))
237-
- [Trace Flag 7412](#7412) (for versions >= SQL Server 2016 and < SQl Server 2019)
237+
- [Trace Flag 7412](#7412) (for versions >= SQL Server 2016 and < SQL Server 2019)
238238
- [Trace Flag 7745](#7745) (for versions >= SQL Server 2016 and Query Store enabled)
239239
- [Trace Flag 7752](#7752) (for versions >= SQL Server 2016 and < 2019 and Query Store enabled)
240240
- [Trace Flag 7806](#7806) (for SQL Server Express Edition)
241-
- [Trace Flag 8099](#8099) (for versions >= 2019 CU2)
241+
- [Trace Flag 8099](#8099) (for versions 2019 CU2 and 2019 CU3 only)
242242

243243
**Trace Flag 272** prevents identity gap after restarting SQL Server 2012 instance, critical for columns with identity and `tinyint` and `smallint` data types.
244244
(Demo for repeating this issue [here](https://github.com/ktaranov/sqlserver-kit/Errors/Identity_gap_sql_server_2012.sql))
@@ -285,7 +285,7 @@ Use this trace flag if SQL Server is experiencing high number of [QDS_LOADDB](ht
285285

286286
**Trace Flag: 7806** enables a dedicated administrator connection ([DAC]) on SQL Server Express.
287287

288-
**Trace Flag: 8099** enables a spinlock contention fix for high-end systems running SQL Server 2019 (15.x) serving many concurrent users.
288+
**Trace Flag: 8099** enables a spinlock contention fix for high-end systems running SQL Server 2019 (15.x) serving many concurrent users. Starting with SQL 2019 CU 4 this fix is enabled by default.
289289

290290

291291
<a id="trace-flags-list"></a>

0 commit comments

Comments
 (0)