You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function: Enables the output from a large number of trace flags and DBCC commands to be sent back to the client. The Connect issue notes that problems can occur when using 3604 with a query that executes across a linked server. [This CSS page](https://blogs.msdn.microsoft.com/psssql/2009/05/11/how-do-i-determine-which-dump-triggers-are-enabled/) points out that 3604 is necessary for DBCC DumpTrigger(‘display’)<br />
2067
+
Function: Enables the output from a large number of trace flags and DBCC commands to be sent back to the client.
2068
+
The Connect issue notes that problems can occur when using 3604 with a query that executes across a linked server.
2069
+
[This CSS page](https://blogs.msdn.microsoft.com/psssql/2009/05/11/how-do-i-determine-which-dump-triggers-are-enabled/) points out that 3604 is necessary for DBCC DumpTrigger(‘display’)<br />
Function: Cardinality estimates for literals that are outside the
3699
3702
histogram range are very low<br />
3700
3703
Link: None
3701
-
Related to: 9205
3704
+
Related to: [9205](#9205)
3702
3705
3703
3706
3704
3707
<aid="9204"></a>
3705
3708
#### Trace Flag: 9204
3706
3709
Function: Output Statistics used by Query Optimizer. When enabled and a plan is compiled or recompiled there is a listing of statistics which is being fully loaded & used to produce cardinality and distribution estimates for some plan alternative or other.<br />
Link: [How to Find the Statistics Used to Compile an Execution Plan]<br />
3762
+
Related to: [9204](#9204)
3760
3763
3761
3764
3762
3765
<aid="9288"></a>
@@ -4103,9 +4106,10 @@ Scope: global or session
4103
4106
4104
4107
<aid="11023"></a>
4105
4108
#### Trace Flag: 11023
4106
-
Function: Disables the use of the last persisted sample rate, for all subsequent statistics update where a sample rate is not specified explicitly as part of the [UPDATE STATISTICS](https://docs.microsoft.com/en-us/sql/t-sql/statements/update-statistics-transact-sql) statement.
4109
+
Function: Disables the use of the last persisted sample rate, for all subsequent statistics update where a sample rate is not specified explicitly as part of the [UPDATE STATISTICS](https://docs.microsoft.com/en-us/sql/t-sql/statements/update-statistics-transact-sql) statement.<br />
[Query Store Trace Flags]:https://www.sqlskills.com/blogs/erin/query-store-trace-flags/
@@ -4153,3 +4157,4 @@ Scope: ?
4153
4157
[Bad Idea Jeans: Finding Undocumented Trace Flags]:https://www.brentozar.com/archive/2017/10/bad-idea-jeans-finding-undocumented-trace-flags/
4154
4158
[SQL Server - estimates outside of the histogram - half-baked draft]:http://sql-sasquatch.blogspot.ru/2017/09/sql-server-estimates-outside-of.html
4155
4159
[Upgrading an expired SQL Server 2016 Evaluation Edition]:https://www.codykonior.com/2017/11/30/upgrading-an-expired-sql-server-2016-evaluation-edition/
4160
+
[How to Find the Statistics Used to Compile an Execution Plan]:http://sqlblog.com/blogs/paul_white/archive/2011/09/21/how-to-find-the-statistics-used-to-compile-an-paul_white
0 commit comments