Tagged Questions
The cubes tag has no wiki summary.
9
votes
5answers
11k views
Datamart vs. reporting Cube, what are the differences?
The terms are used all over the place, and I don't know of crisp definitions. I'm pretty sure I know what a data mart is. And I've created reporting cubes with tools like Business Objects and ...
7
votes
2answers
453 views
Anyone know anything about OLAP Internals?
I know a bit about database internals. I've actually implemented a small, simple relational database engine before, using ISAM structures on disk and BTree indexes and all that sort of thing. It was ...
7
votes
6answers
1k views
Simulated OLAP
We have a client that has Oracle Standard, and a project that would be ten times easier addressed using OLAP. However, Oracle only supports OLAP in the Enterprise version.
Migration to enterprise is ...
4
votes
2answers
4k views
Postgresql for OLAP
Does anyone have experience of using postgresql for an OLAP setup, using cubes against the database etc. Having come across a number of idiosyncracies when using MySql for OLAP, are there reasons in ...
3
votes
0answers
746 views
MDX Calculated Member CrossJoin question
I have an MDX query with the following calculated member:
with member [Measures].[BBOX] as
Count(
Filter(
CrossJoin([Dim Response].[Response ID].Children, [Dim Question].[Question ...
3
votes
2answers
272 views
book suggestions to learn about olap
I want to learn about olap and 'cubes', I have a very limited understanding and looking for recommendations on good beginner books on these sort of topics.
I use sql server primarily so if the book ...
3
votes
5answers
215 views
Learning Anaysis Services
Can anyone recommend a good resource -- book, website, article, etc -- to help me learn SQL Server Analysis services.
I have no knowledge of this technology right now but I do constantly work with ...
2
votes
3answers
666 views
c# cube / multidimensional dataset
I'm working on a problem where i need to process multi dimensional data in memory using C#. My requirement resemble OLAP cubes but are not as complex. for example i don't need calculations or ...
2
votes
3answers
1k views
SQL - Query Cubes
So i just received a connection string to a Cube in our one of our SQL databases. I'm supposed to create a report that can be emailed to 30 something people off of this data.
I would much rather ...
2
votes
3answers
2k views
Free controls for showing OLAP cubes
is there a free set of controls to be used for representing the OLAP cubes in aspx pages? something like the ones from Dundas, but free and (if possible) cross-browser.
Thanks,
Lucian
1
vote
2answers
140 views
How to retrieve from a local offline OLAP cube the MDX query that generated it?
Any offline cube actually contains the MDX statement that generated it, how can i retrieve it's CREATE and INSERT queries?
1
vote
1answer
786 views
View MDX query generated while browsing a cube
In Sql Server Management Studio once I browse a cube I can drop column fields, row fields and filter fields. This displays the required data.
I want to know if there is a way to view the MDX query ...
1
vote
2answers
547 views
Calculated Measure using dimension
I am trying to build a calculated measure in SSAS that incorporates a dimension parameter. I have two facts: Members & Orders and one Dimension: Date. Members represents all the unique members on ...
1
vote
1answer
565 views
get output of last Process on SSAS cube
I have processed a SSAS cube. After it was done processing, I hit the close button - and then realized that I should have saved the output.
I think SSAS stores the processing log as a text or XML ...
1
vote
2answers
488 views
changing default hierarchy of Cube dimension
I have created Dealer dimension in SSAS 2005 and it has 3 hierarchies. By default the hierarchy created first is the default hierarchy of the dimension.
Is there any way to change the default ...
1
vote
3answers
981 views
Is there any way to use LINQ for MDX queries?
Anyone know if there are plans for LINQ to MDX .
Does any way currently exist to use LINQ with MDX / CUBES
1
vote
2answers
199 views
Error while refreshing a MS datawarehousing cube
We have a cube that we are populating the data from the source tables. To get the data to reflect we are calling the "Analysis services processing task" component. While the cube is being refreshed we ...
1
vote
2answers
4k views
SSAS cube design, semi-additive measures, and running totals
I have what is to me a bit of a tricky design issue in my SSAS cube. The question is related to general accounting practices, I have a fact table containing financial transactions (i.e. a ledger) and ...
1
vote
1answer
1k views
SSAS Cube Browsing not working after SQL 2008 CTP uninstall
I've had SQL 2005 & 2008 CTP installed side-by-side with no problems.
Recently uninstalled the CTP after it expired and now whenever I try to browse an analysis services cube in SSMS 2005 or VS ...
1
vote
4answers
1k views
Custom ROLAP Data Source in SSAS
I am trying to build an OLAP datasource from a bunch of binary files, and our current model just isn't working. We are using SSAS as our analysis / reporting model for our results, but aren't able to ...
1
vote
7answers
2k views
Simpler interface for SQL Server analysis services cubes for end users
Is there a simpler interface for end users to run "queries" on pre-existing SqlServer Analysis Service cubes? I'm looking for a way to deploy the cubes and allow the users to work with the data ...
0
votes
0answers
7 views
SQL Analysis Services - SSAS [migrated]
Do you know what the best practices would be regarding SSAS and having real-time reports.
I am not sure if we should be pulling data off our live database or using SSIS to move data periodically to a ...
0
votes
2answers
43 views
Ray tracing box intersections
So I'm back with another ray tracing question. My code renders spheres all fine and dandy, but cubes aren't really working. I'm using this code to test for intersections: http://pastebin.com/qgm6vpdx ...
0
votes
1answer
78 views
Process Analysis Services Database With C# Is Freezing
I'm using the Microsoft.AnalysisServices.Server class to connect to an instance of SSAS.
I retrieve the database by name and call the Process method with ProcessType.ProcessFull as the option.
...
0
votes
1answer
102 views
Displaying multiple cubes in OpenGL with shaders
I'm new to OpenGL and shaders. I have a project that involves using shaders to display cubes.
So basically I'm supposed to display eight cubes using a perspective projection at (+-10,+-10,+-10) from ...
0
votes
2answers
183 views
Connection failing when I try to process a cube in BIDS
There is probably a simple answer to this question but I do not have much experience with SQL Server/SSAS. I can connect to my local server PCNAME\SQLEXPRESS in SQL Server 2008. On that server I have ...
0
votes
2answers
108 views
Multi-dimensional data processing alternatives
Iam looking for a multi-dimensional data processing but without having to use any OLAP.
For example, I have a table of sales transactions. I would like to have the total sales on many dimensions like ...
0
votes
1answer
123 views
Is a single table a bad starting point for OLAP cubes (SQL Server Analysis Services)?
I'm going to use a single table to aggregate historical data about our (very big) virtual infrastructure. The table will be composed of 15 to 30 fields, and I esitmate from 500 to 1000 records a day.
...
0
votes
0answers
97 views
Aggregating values on a Many-To-Many Dimension Relationship
We are trying to aggregate values sliced on a dimension based on a Many-To-Many relationship in a cube but we are seeing unexpected values in the result.
This is the scenario:
Dimensions:
...
0
votes
1answer
952 views
Cube Design - Bridge Tables for Many To Many mapping with additional column
Am making a cube in SQL Server Analysis Services 2005 and have a question about many to many relationships.
I have a many to many relationship between two entities that contains an additional ...
0
votes
1answer
86 views
How to create following cube?
For example...........
Database Table:
BatchID BatchName Chemical Value
--------------------------------------------------------
BI-1 BN-1 CH-1 1
...
0
votes
1answer
204 views
Can 2 Cubes in a Data Warehouse be directly compared against each other?
Is there a way to compare all information (aggregates, down to the detail level) between two OLAP cubes? For example, say I wanted to compare one cube created to work with sql server 2000 to that same ...
0
votes
1answer
507 views
MDX - Filtering a Measure (or Removing Outliers)
Say I have a measure, foo, in a cube, and I have a reporting requirement that users want to see the following measures in a report:
total foo
total foo excluding instances where foo > 10
total foo ...
0
votes
3answers
833 views
Cube design - ROLAP considerations vs. MOLAP
Does anyone have resources that give a list of things to consider when designing a ROLAP cube, as opposed to MOLAP (I'm doing it in Pentaho, but I guess the principles are not dis-similar for other ...
0
votes
1answer
339 views
Dimension Security in OLAP Cubes
I have defined dimension security in my OLAP cube by creating roles and assigning users to each roles. Each user in a role can only see the location they belong to.
When I browse the cube using a ...
0
votes
0answers
937 views
SSAS 2008 Linked Cube / Dynamic Data Set gives bizarre totals - MDX fun
We have a two-cube solution built in AS 2008 that works like this: an Industry cube that contains Widget data for all clients, and a Client cube that contains Widget data & shares several (but not ...
0
votes
4answers
3k views
Silverlight OLAP Data Grid?
Is there any control around where I can have something like Flex OLAP Data Grid for Silverlight?
I tried to create one on my own, but hitting the wall all the time, if there aren't something like ...
0
votes
1answer
421 views
Calculated members: SSAS
In the "Calculations" tab of an SSAS cube project, does "Measures" dimension represent all measures within the measure groups as well?
For instance:
Patron Revenue has measures actual win, cash in, ...
0
votes
1answer
154 views
Cube Configuration
On "Cube Configuration" page of Project Server, you have the option to add enterprise fields to the cube as dimensions. When you select the option "Assignment" from the cube drop down, you are given a ...
0
votes
2answers
353 views
what if a fact table/view is a template(meant to contain only table structure but no data)?
I noticed that the fact tables used in a cube were actually views. Infact they were the templates of the fact tables (i noticed it in the script that "where 1=2" was used for the fact-views).
So, if ...
0
votes
1answer
244 views
how to figure out which columns in the fact table are used for calculating measures in an OLAP cube?
I have to verify that olap cube data and the data from relational tables from where a cube is built is correct.
And I will do so by writing the TSQL queries and compare the values with that of cube.
...
0
votes
3answers
530 views
Can an OLAP cube be constructed where the details of the model are not known in advance?
Pardon me for the woolly question - I'm not really that familiar with OLAP & cubes. Let me explain my situation...
I'd like to build a database to store questionnaire results, where there might ...
0
votes
1answer
122 views
Indexes in a Data Warehouse
I'm creating a data mart in SQL Server 2008 using SSIS for load, and SSAS for an OLAP cube. So far, everything is working great. However, I haven't created any indexes on the source database other ...
0
votes
2answers
815 views
SSAS - Inferred Dimension Attributes - are they necessary?
I have a cube with fact tables that have a parent-child relationship: Person - Case. Some dimensions are inferred from the parent, e.g. State in the example below. Person does not have a foreign key ...
0
votes
1answer
308 views
Dealing with large result sets in SQL Server Analysis Services
I have a Database that contains data about articles,structures and manufacturers. Meaning an article is linked to 1 manufacturer and to N structure-nodes (think as article-classification-nodes).
...
0
votes
2answers
1k views
How to access Cognos PowerPlay Cubes with other applications?
There are Cognos PowerPlay Cubes (Cognos v7.3) which are distributed via Email and then stored on local clients. At the moment, users use MS Access as an interface to access the data and reports in ...
0
votes
1answer
800 views
Moving a SQL 2000 cube to SQL 2005
I have been tasked with moving a cube which is in SQL 2000 to SQL 2005. It would appear that the Dimensions and Measures are all coming from one table. Is this possible in SQL 2005 or do I need to ...
0
votes
1answer
326 views
SQL Cube Processing Window
I've got Dim Tables, Fact Tables, ETL and a cube. I'm now looking to make sure my cube only holds the previous 2 months worth of data. Should this be done by forcing my fact table to hold only 2 ...
0
votes
1answer
1k views
Getting Metadata / Schema information from Microsoft Analysis Services
I know you can get metadata and schema info from relational stores in Microsoft SQL Server 2005+ via:
INFORMATION_SCHEMA
Object Catalog Views
What is the equivalent of this in Microsoft Analysis ...
0
votes
5answers
3k views
Analysis Services 2005 OLAP Cubes : Can I create a distinct count measure on a nvarchar column?
I'm trying to create a cube with a single measure. This measure is a distinct count of a "name" column. The cube works perfectly if the measure is set to "count" type. However when I set distinct ...