Statistics are saved on table level and not on partition level (both SQL 2005 & 2008
Currently table statistics and histograms are saved per table and not per table partition. Many environments that i see experience real performance degradation when migrating from view partitions to native partitions because, thanks to…