|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 11:29 AM
Points: 60,
Visits: 303
|
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Today @ 12:59 AM
Points: 3,188,
Visits: 4,141
|
|
Terribly phrased options to choose.
A clustered index physically rearanges data on disk. rearranges? I think this option should look like this: "When created or rebuilded, a clustered index physically rearranges data on disk". A quote from the explanation (and from the Delaney's book):
Once created, a clustered index is maintained logically rather than physically. ... After that (after creation), maintaining the clustered index is a logical operation.
Another option from the question:
Dropping a rebuilding a clustered index on a partition scheme will move disk to other drives. Maybe, "Dropping and rebuilding"? "Move disk to other drives" – what is the meaning of this? Sounds like abracadabra for me  Maybe, it means "moving logical disks C:, D:, E: to other hard disk drives"?
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 2:04 AM
Points: 1,968,
Visits: 1,819
|
|
| vk-kirov, I agree with you. Question and answer is incomprehensible!!!!
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 9:52 AM
Points: 1,356,
Visits: 4,761
|
|
"Dropping a rebuilding a clustered index on a partition scheme will move disk to other drives."
I have no idea what this means, and the answer doesn't seem to mention it.
Can someone explain please?!
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Yesterday @ 3:53 PM
Points: 1,060,
Visits: 4,162
|
|
This reminded me of something that has been puzzling me recently about clustered indexes. If the leaf level of a clustered index actually is the table's data itself, does this mean the table data only exists in the index, or is there another copy somewhere else? e.g. if a table without a clustered index has one created, does all the table data get copied into the leaf level of the clustered index, or does it get 'moved'.
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Monday, May 06, 2013 5:31 AM
Points: 2,226,
Visits: 438
|
|
"Dropping a rebuilding a clustered index on a partition scheme will move disk to other drives." 
Are you serious? What if I only have one disk (physical or logical (like in a SAN))? Where will it move? To Limbo or what?
I would say that the answer is wrong, becuase data will only be moved to other drives if the partition scheme uses a File group that is placed on another drive.
/Håkan Winther MCITP:Database Developer 2008
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 5:02 AM
Points: 2,365,
Visits: 1,825
|
|
"Dropping a rebuilding a clustered index on a partition scheme will move disk to other drives." - Very confusing.
"Keep Trying"
|
|
|
|
|
SSChasing Mays
      
Group: General Forum Members
Last Login: Friday, January 11, 2013 12:41 PM
Points: 621,
Visits: 297
|
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 8:59 AM
Points: 1,026,
Visits: 750
|
|
This last answer would make perfect sense if it was phrased as 'May' instead of 'Will'.
Poorly worded question - especially given how many of the questions on here are irritatingly pernickety about this type of pedantic points.
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Friday, April 05, 2013 8:40 AM
Points: 907,
Visits: 173
|
|
This is false: A clustered index physically rearanges data on disk.
|
|
|
|