Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

Find last time all cubes were processed

$
0
0
Is there an easy well to find out the last time all the cubes on a server were processed? I've got over 20 cubes on one of our SSAS instances and would like to find out the last time the cubes were processed and also the last time the cubes were accessed. I know I can run the code below to look at one cube but I'm looking for a way to do it on all cubes. SELECT LAST_DATA_UPDATE FROM $system.mdschema_cubesAny help would be greatly appreciated!Thanks,Elizabeth

Viewing all articles
Browse latest Browse all 1341

Trending Articles