Skip to content

Commit 42e903d

Browse files
authored
Fix some typos
1 parent c97e53c commit 42e903d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SQL Server Trace Flag.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5393,7 +5393,8 @@ When trace flag 11024 is enabled, the modification count of the root node is kep
53935393
**Note: This trace flag applies to SQL Server 2016 (13.x) SP2, SQL Server 2017 (14.x) CU3, and higher builds.**<br />
53945394
Link: https://support.microsoft.com/kb/4041811<br />
53955395
Link: [Docs Trace Flags]<br />
5396-
Scope: global or session
5396+
Scope: global or session<br />
5397+
SQL Server Version: >= 2019 RTM, >= 2017 CU3, >= 2016 SP2
53975398

53985399

53995400
<a id="11029"></a>
@@ -5420,7 +5421,7 @@ Function: Improves the scalability of data loading operations into columnstore i
54205421
For more information on loading data into a columnstore index, see [Columnstore indexes - Data loading guidance](https://docs.microsoft.com/en-gb/sql/relational-databases/indexes/columnstore-indexes-data-loading-guidance).
54215422
**Note: This trace flag applies to SQL Server 2019 (15.x) and higher builds.**<br />
54225423
Link: [Docs Trace Flags]<br />
5423-
Link: https://support.microsoft.com/en-us/topic/kb4588980-fix-higher-than-expected-number-of-single-row-columnstore-rowgroups-may-be-generated-for-columnstore-bulk-insert-when-both-large-page-allocator-and-scalable-columnstore-bulk-insert-features-are-turned-on-0d74afa4-96e7-2026-b486-122d2619554a - if you turn on trace flags 876, 11064, and 11068, SQL Server may generate single row columnstore rowgroups. Fixed in 2019 CU9.
5424+
Link: https://support.microsoft.com/en-us/topic/kb4588980-fix-higher-than-expected-number-of-single-row-columnstore-rowgroups-may-be-generated-for-columnstore-bulk-insert-when-both-large-page-allocator-and-scalable-columnstore-bulk-insert-features-are-turned-on-0d74afa4-96e7-2026-b486-122d2619554a - if you turn on trace flags 876, 11064, and 11068, SQL Server may generate single row columnstore rowgroups. Fixed in 2019 CU9.<br />
54245425
Scope: global only<br />
54255426
SQL Server Version: >= 2019 RTM
54265427

@@ -5435,7 +5436,7 @@ For example, using this trace flag when loading 1,048,577 rows into a columnstor
54355436
Without this trace flag, the insert operation would result in one compressed rowgroup.**<br />
54365437
**Note: This trace flag applies to SQL Server 2019 (15.x) and higher builds.**<br />
54375438
Link: [Docs Trace Flags]<br />
5438-
Link: https://support.microsoft.com/en-us/topic/kb4588980-fix-higher-than-expected-number-of-single-row-columnstore-rowgroups-may-be-generated-for-columnstore-bulk-insert-when-both-large-page-allocator-and-scalable-columnstore-bulk-insert-features-are-turned-on-0d74afa4-96e7-2026-b486-122d2619554a - if you turn on trace flags [876](#876), [11064](#11064), and [11068](#11068), SQL Server may generate single row columnstore rowgroups. Fixed in 2019 CU9.
5439+
Link: https://support.microsoft.com/en-us/topic/kb4588980-fix-higher-than-expected-number-of-single-row-columnstore-rowgroups-may-be-generated-for-columnstore-bulk-insert-when-both-large-page-allocator-and-scalable-columnstore-bulk-insert-features-are-turned-on-0d74afa4-96e7-2026-b486-122d2619554a - if you turn on trace flags [876](#876), [11064](#11064), and [11068](#11068), SQL Server may generate single row columnstore rowgroups. Fixed in 2019 CU9.<br />
54395440
Scope: global only<br />
54405441
SQL Server Version: >= 2019 RTM
54415442

0 commit comments

Comments
 (0)