Created
August 4, 2016 14:53
-
-
Save RavenZZ/99c91925e5ce16689674c9f868c4e79a to your computer and use it in GitHub Desktop.
SQLSERVER显示查询时间
This file contains 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 PROFILE ON | |
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