Created
December 11, 2014 16:15
-
-
Save sheldonhull/ef2d134cdd3b47dcdf84 to your computer and use it in GitHub Desktop.
OR test research and response
This file contains hidden or 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
create unique nonclustered index ix_nc_CoveringIndex on or_test (id, col1, col2) with drop_existing; |
This file contains hidden or 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
GO | |
exec test1 @Id = 400000 | |
go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment