Viewing 2 posts - 1 through 2 (of 2 total)
TheSQLGuru (5/20/2014)
May 20, 2014 at 1:33 pm
#1715113
Ouch! This doesn't take into account the sort order of the keys! It will identify these two indexes as duplicate:
CREATE NONCLUSTERED INDEX [idx01] ON [dbo].
(
[d5comp] ASC,
[d5jbns] ASC
)
CREATE NONCLUSTERED...
January 8, 2014 at 3:13 pm
#1678610