Last active
January 22, 2016 03:58
-
-
Save radityopw/7d57c8487232527bee04 to your computer and use it in GitHub Desktop.
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
use clustered_vs_non_clustered | |
set statistics IO on | |
SET STATISTICS TIME ON | |
select top 10000 * from person_non_cluster | |
where id > 21 | |
order by id | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment