Created
September 22, 2015 06:20
-
-
Save mikaelweave/ed1a59f2fbe61783aa35 to your computer and use it in GitHub Desktop.
Two liners to enable SQL Stats for your query/session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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