What trace flags are on?
- Adam Thurgar
- Sep 20, 2018
- 1 min read
Have you ever wondered about what trace flags are enabled on your SQL Server.
With all the different 'best practices' for tempdb with -T1117 and -T1118 and now -T3427.
What about your deadlock trace flags -T1204 and -T1222.
The easiest way to find out what trace flags are on is to run dbcc tracestatus (-1).

Comments