|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Today @ 9:16 AM
Points: 3,226,
Visits: 64,167
|
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Today @ 12:49 AM
Points: 1,173,
Visits: 1,248
|
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 1:54 AM
Points: 7,086,
Visits: 7,138
|
|
Very good question.
Hugo Kornelis (8/30/2012) BTW, maybe it's a bit early to say anything about the percentages, but at this point I am mainly surprised at: * 28% wrong answers on the "bitmap on computed" option - I expected this to be lower * 17% wrong answers on the "nonclustered on a view" option - here, I expected a higher failure rate
Well, the non-clustered index with included columns is an amusing concept, and I'm astounded that so many people (44% now) believe in such a fabulous beast. 
Maybe people have some vague idea about bitmap indexes because a certain non-MS dbms offers its users this interesting form of mental agony, and that vague idea misleads them into guessing that they exist in MS SQLServer? Anyway, the number getting that one wrong is now down to 22%.
I guess these two numbers are a bit closer to your expctations now that they were early on.
.Hugo Kornelis (8/30/2012)
DugyC (8/30/2012) Had to answer by process of eliminationThanks, Dugy! Frankly, I am a bit disappointed that the site moderators included the number of correct answers. I had included a note that there are multiple correct answers without specifying how many, to make it a true test of knowledge - but apprently, including the number of correct answers for questions with more than one answer is now standard practice, applied to all those questions.  Well, I looked up the maximum column count for columnstore index anyway, because I knew there was a limit, and wanted to know what the limit was (obviously it was 260 or higher, but I didn't see knowing that as a reason not to go look it up - and I would have looked it up anyway if the count of 4 hadn't been given). I don't think generally that giving a count is a bad thing, although maybe for some questions it may give too much away. Do you really think it does here? (Maybe it saves people some time researching "bitmap" indexes, but if the objective is for people to learn about SQL Server rather than to learn about Mr Ellison's software that is perhaps a useful saving.)
edit: eliminate non-
Tom Que conclure à la fin de tous mes longs propos? C'est que les préjugés sont la raison des sots. (Voltaire, 1756)
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Yesterday @ 7:50 AM
Points: 195,
Visits: 444
|
|
L' Eomot Inversé (9/2/2012) Well, the non-clustered index with included columns is an amusing concept, and I'm astounded that so many people (44% now) believe in such a fabulous beast.
Not only do I believe in them, but I use them a lot as well. 
If you meant "clustered index with included columns", then I believe in those as well because a clustered index always includes all of its columns. So this should have counted as a correct answer. (The answer wasn't about clustered indexes with an INCLUDE clause in their definition, but clustered indexes with included columns)
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 1:54 AM
Points: 7,086,
Visits: 7,138
|
|
Alex Fekken (9/3/2012)
L' Eomot Inversé (9/2/2012) Well, the non-clustered index with included columns is an amusing concept, and I'm astounded that so many people (44% now) believe in such a fabulous beast.
Not only do I believe in them, but I use them a lot as well. 
 So do I!
If you meant "clustered index with included columns", then I believe in those as well because a clustered index always includes all of its columns. So this should have counted as a correct answer. (The answer wasn't about clustered indexes with an INCLUDE clause in their definition, but clustered indexes with included columns)
yes, that's what I meant. And to me the question seemed to be about t-sql syntax as well as semantics, so it was indeed about clustered indexes with INCLUDE clause.
Tom Que conclure à la fin de tous mes longs propos? C'est que les préjugés sont la raison des sots. (Voltaire, 1756)
|
|
|
|