Skip to content

Instantly share code, notes, and snippets.

@radityopw
Created January 22, 2016 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radityopw/fcc7ffb8fd128410122b to your computer and use it in GitHub Desktop.
Save radityopw/fcc7ffb8fd128410122b to your computer and use it in GitHub Desktop.
use clustered_vs_non_clustered
set statistics IO on
SET STATISTICS TIME ON
select * from person_non_cluster
where id between 1 and 54
order by id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment