Skip to content

Instantly share code, notes, and snippets.

@mikaelweave
Created September 22, 2015 06:20
Show Gist options
  • Save mikaelweave/ed1a59f2fbe61783aa35 to your computer and use it in GitHub Desktop.
Save mikaelweave/ed1a59f2fbe61783aa35 to your computer and use it in GitHub Desktop.
Two liners to enable SQL Stats for your query/session
SET STATISTICS IO ON;
SET STATISTICS TIME ON;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment