Viewing 15 posts - 16 through 30 (of 40 total)
Yes ... your assumption is correct... MDX is used to extract data from cube as Tsql does for RDBMS... when you use excel as a reporting tool... excel generates xmla...
November 3, 2010 at 11:16 pm
I have written one post on MDX interview questions. hope it will help you in covering different aspects of MDX:
http://www.msbiconcepts.com/2010/11/interview-questions-for-mdx-mdx.html
November 2, 2010 at 11:13 pm
In Profiler, Query Begin and Query End Event Class will show you MDX in Text Data.
October 31, 2010 at 11:18 pm
There are some good articles and MDX examples on Vidas site : http://www.ssas-info.com
specially MDX cheat sheets which will be very useful.
October 30, 2010 at 12:20 pm
Use SQL Server profiler and connect to analysis services trace. You will get MDX code.
October 30, 2010 at 12:12 pm
You need not to give full access to the cube. Read access will suffice. I have written one article on SSAS cell and dimension security. Let me know if you...
October 28, 2010 at 12:07 am
Look like fact has some dimension key for which record is not present in dimension table. I am not sure why it is not giving error in SSAS.
Try below...
October 25, 2010 at 11:14 pm
I have not come across any standard tool for SSAS so far... but you can monitor performance in profiler by starting new trace and capturing related events. Mainly facts take...
October 25, 2010 at 11:11 pm
You should be able to add user_count as integer in SSAS. Let me know the error. what is the data type of user_count in DSV?
October 22, 2010 at 1:34 am
I think data definition has changed in relational database or it is out of synch with DB ...please refresh database from Data source view DSV and then reprocess the cube.
October 15, 2010 at 1:54 am
It process the cube data based on silence interval defined in your cube.
http://www.msbiconcepts.com/2010/10/proactive-caching-sql-server-2008.html
October 13, 2010 at 3:36 am
This post triggered me to write new post on my blog :)... Please find link to the post below:
http://www.msbiconcepts.com/2010/10/proactive-caching-sql-server-2008.html
October 13, 2010 at 3:18 am
Hi Elham,
Proactive caching detects the changes and then process the cube automatically. If it is just for detecting changes then feature will not be useful.
Let me take your example,...
October 13, 2010 at 2:15 am
Open your solution and in data source view, right click and choose "refresh..." then solution will connect to data source and will reflect all the changes.
Hope i have answered...
October 12, 2010 at 4:19 am
Viewing 15 posts - 16 through 30 (of 40 total)