Skip to content

Instantly share code, notes, and snippets.

@radityopw
Created January 22, 2016 04:11
Show Gist options
  • Save radityopw/1ded657963a193c46d2f to your computer and use it in GitHub Desktop.
Save radityopw/1ded657963a193c46d2f to your computer and use it in GitHub Desktop.
use clustered_vs_non_clustered
set statistics IO on
SET STATISTICS TIME ON
select top 10000 * from person_non_cluster
where umur > 25
order by umur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment