Where are SSAS cube processing (not error, not flight recorder) logs stored?
We have a SQL Agent Job running a SQL Server Analysis Services command. In there is some DMX which processes each dimension then processes the cube database (containing two cubes)
I want to know how long each of the various queries are taking. There is one query per dimension and one query per measure group
The cube was taking 20 minutes now it's taking 2 hours.
We are using SSAS 2008 R2
I have searched long and hard and as far as I can tell there is no such log.
questions which are not duplicates of this:
get output of last Process on SSAS cube
I don't want to use Profiler. I want to see how long each query took in the last cube build at least. I can see all this info if I run interactively. How do I make it log this info when run from a job?