Is there a way to tell the last date / time a partition was processed? I’ve lots of SSAS databases, with lots of partitions and the automation is not, but will be independently recording when a partition was processed.
Is there an independent way to query and confirm? I’ve looked @ system.discover_partition_stat and system.discover_partition_dimension_stat, neither of which answer my question of when.
I ended up using the Microsoft.AnalysisServices namespace:
http://msdn.microsoft.com/en-us/library/microsoft.analysisservices.aspx
Here is an example: