Hi all,
I have a question regarding what happens to statistics when an index is rebuilt for a specific partition. I understand that in general, when you rebuild an index, you get the equivalent of a fullscan (at least in 2008, not sure if this has changed in 2012). My question is: How does this apply when an index is rebuilt for a partition since statistics are maintained at the table level and not at the partition level?
Thanks!
Adam