February 13, 2014 at 5:25 am
Hi - I am trying to find out how long a cube takes to process. I can see in a cubes properties when it was last processed but ideally I am after a list of the execute times for each cube. How can I do this?
Thanks
February 13, 2014 at 7:22 am
Hi there thanks for the reply. The cube is processed by a SQL job so I can look at that. Out of interest I found this article on SSAS DMVs
http://dwbi1.wordpress.com/2010/01/01/ssas-dmv-dynamic-management-view/
Would I not be able to create a query to see how long a cube took to process from these?
February 13, 2014 at 7:56 am
OK thanks
February 13, 2014 at 8:28 am
If you process a cube through SSIS you can also observe the amount of time to process a cube by the log. If using SSIS 2012 you can check the reports in SSISDB for the package/task that launched the SSAS processing.
If using an earlier version of SSIS you can set logging on the package task that processes the SSAS cube.
February 13, 2014 at 8:53 am
There are also "Progress Begin", "Progress Current", and "Progress End" events thrown by the SSAS instance. These are the events captured by BIDS/SSDT-BI when reporting processing progress events when you processes an SSAS object thru BIDS.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply