I\'m still learning the ropes of OLAP, cubes, and SSAS, but I\'m hitting a performance barrier and I\'m not sure I understand what is happening.
I have a cube built in SSAS2008 that is built upon 2 tables - Accounts and Payments. Both tables have dimensions and measures, and it appears to be working relatively well - I can get payments for ac
Can anyone tell me the site for getting SSAS 2008 and SS开发者_如何学编程RS 2008 tutorial ? In PDF file if possible ?Sorry if this sounds obvious, but have you tried using the help in SSRS/SSAS? There
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
We use a cube built in SSAS and we would like to show the effect of deltas against a forecast. So, we have data like this:
I need to modify the content of certain HttpRequests (SSAS connection strings) in IIS. Basically, I need to add an element to the SOAP contained in the request.
How can i round a calculated mdx measure up to the nearest integer without having Excel on the server? The Excel-function is CEILING(number, significance), but it is not possible to install Excel 开发
I have a number of stored procedures structured similarly to this: DECLARE @sql NVARCHAR(MAX) DECLARE @mdx NVARCHAR(MAX)
I\'m a complete newb to MDX / OLAP, \"data warehousing\" in general. I have the following MDX query and would like my results to display the month\'s number (1 = January, 12 = December). Luckily, the
I understand that cubes are optimized data structures for aggregating and \"slicing\" large amounts of data.I just don\'t know how they are implemented.