Hi All,
I'm testing the time it takes to Drop Clustered Index when there's no other index's and see that this operation still takes quite a while. The table I'm working with has 500M records and no other index's.
I understand that if there were other Index's they would essentially need to be rebuilt as they could be referencing the Clustered index, but why does this operation take so long when I do't have any other index's. In my case it to look 30 minutes to drop the Clustered Index.
Thanks
Warrick