Viewing 7 posts - 46 through 52 (of 52 total)
I've had the same issue's also and ended using MOLAP. Is there a particular reason why you are using ROLAP? From my experience, the storage cost of a...
July 19, 2012 at 10:38 pm
I've always tried to build views in SQL for a filtered data set instead of using the named queries. In my opinion, views are easier to manage and maintain.
You...
July 19, 2012 at 10:29 pm
If possible, I would suggest creating 2 new dimension tables.
Using the Fact table as a dimension source would mean your using a DISTINCT or GROUP BY query for the dimension...
July 19, 2012 at 10:18 pm
Do you use any variables to update the data source? You might want to check if you've set the data source to update it's connection string/database information to a...
July 19, 2012 at 10:06 pm
I've used the following queries and SSRS reports to extract metadata around SSAS objects.
http://www.purplefrogsystems.com/blog/2011/05/video-automating-ssas-olap-cube-documentation/
February 13, 2012 at 9:16 am
Perspectives are used to define which Measures and Dimensions are visible to help the end user connecting to the cube have a subset of them.
As far as I know, there...
October 25, 2011 at 11:19 pm
Can you build a hierarchy on above the attributes that are causing this issue?
I've noticed this issue occurs when you have an extremely large dimension and the user tries to...
September 28, 2011 at 11:48 pm
Viewing 7 posts - 46 through 52 (of 52 total)