I had a query on a particular cube that was running slow. After a lot of investigation i have managed to figure out that it is a general problem with this particular cube.
The query below is what i have been able to test it With
select {} on 0
from [CUBE]
My findings regarding this is the folowing
this query uses more than a second on the cube with the problem whereas is uses 15 ms on other cubes.
i have tried different environments with no result.
I have also tried to empty the calculation script.
Does anyone in here have any ideas as what to look for?