Skip to content

Instantly share code, notes, and snippets.

@alexvy86
Created August 23, 2012 06:14
Show Gist options
  • Save alexvy86/3433288 to your computer and use it in GitHub Desktop.
Save alexvy86/3433288 to your computer and use it in GitHub Desktop.
Turn on trace flags for deadlock debugging
DBCC TRACEON(1204,-1)
DBCC TRACEON(1222,-1)
DBCC TRACEON(3605,-1)
DBCC TRACESTATUS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment