Skip to content

Instantly share code, notes, and snippets.

@sheldonhull
Created December 11, 2014 16:15
Show Gist options
  • Save sheldonhull/ef2d134cdd3b47dcdf84 to your computer and use it in GitHub Desktop.
Save sheldonhull/ef2d134cdd3b47dcdf84 to your computer and use it in GitHub Desktop.
OR test research and response
create unique nonclustered index ix_nc_CoveringIndex on or_test (id, col1, col2) with drop_existing;
GO
exec test1 @Id = 400000
go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment