June 6, 2007 at 10:00 am
In studying for 70-431, I came across an interesting item I hadn't seen before. Apparently, you can sort indexes, even non-clustered ones, by column ASC and DESC.
Has this behavior existed previously (like SQL 2000) and I just didn't know about it? Or is this a new thing?
Example: Create nonclustered Index IX_MyIndex on dbo.MyTable1 (Col1 ASC, Col2 DESC)
June 6, 2007 at 10:57 am
Its been there.
June 6, 2007 at 12:13 pm
Wow. All the times I did index creation and I never saw it.
Huh, the things you learn when you do a "start from scratch" cert studying experience. @=)
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply