Skip to content

Commit

Permalink
[FEATURE] Add trace flag 9835
Browse files Browse the repository at this point in the history
  • Loading branch information
ktaranov committed Sep 9, 2016
1 parent 125fca6 commit 2780423
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Headers:
- [SQL Server Name Convention and T-SQL Programming Style](/SQL Server Name Convention and T-SQL Programming Style.md)
- [SQL Server Licensing](/SQL Server Licensing.md)
- [SQL Server People](/SQL Server People.md 'Most Valuable SQL Server professionals')
- [SQL Server Trace Flag](/SQL Server Trace Flag.md 'Complete list - 313 Trace Flags') (Complete list - **313** trace flags)
- [SQL Server Trace Flag](/SQL Server Trace Flag.md 'Complete list - 314 Trace Flags') (Complete list - **314** trace flags)
- [SQL Server Version](/SQL Server Version.md 'List of all Microsoft SQL Sever versions') (**Complete list - from SQL Server 1.0 to SQL Server 2016**)
- [Articles](/Articles)
- [CLR procedures](/CLR)
Expand Down
12 changes: 10 additions & 2 deletions SQL Server Trace Flag.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Microsoft SQL Server Trace Flags
Complete list of Microsoft SQL Server trace flags (313 trace flags)
Complete list of Microsoft SQL Server trace flags (314 trace flags)

**REMEMBER: Be extremely careful with trace flags, test in your test environment first. And consult professionals first if you are the slightest uncertain about the effects of your changes.**

Expand Down Expand Up @@ -108,7 +108,7 @@ GO


## Trace flags list <a id="trace-flags-list"></a>
Summary: **313 trace flags**
Summary: **314 trace flags**


**Trace Flag: -1**<br />
Expand Down Expand Up @@ -1816,6 +1816,14 @@ Function: Activate the trace flag before creating a natively compiled procedure.
Link: https://web.archive.org/web/20160327221828/http://speedysql.com/2015/10/28/new-trace-flag-for-in-memory-oltp-hekaton/


**Trace Flag: 9851**<br />
**Undocumented trace flag**<br />
Function: For testing purposes, you might want to turn off automatic merging of files, so that you can more readily
explore this metadata. You can do that by turning on the undocumented trace flag 9851. And of course,
be sure to turn off the trace flag when done testing.<br/>
Link: http://gsl.azurewebsites.net/Portals/0/Users/dewitt/talks/HekatonWhitePaper.pdf


**Trace Flag: 10204**<br />
Function: Disables merge/recompress during columnstore index reorganization.
In SQL Server 2016, when a columnstore index is reorganized, there is new functionality to automatically merge any small compressed rowgroups into larger compressed rowgroups, as well as recompressing any rowgroups that have a large number of deleted rows.
Expand Down

0 comments on commit 2780423

Please sign in to comment.