Tagged Questions

SQL Server Analysis Services (SSAS) is part of Microsoft's SQL Server system. It provides Online Analytical Processing (OLAP) and Data Mining functionality.

learn more… | top users | synonyms (1)

20
votes
10answers
10k views

Pentaho vs Microsoft BI Stack

My company is heavily invested in the MS BI Stack (SQL Server Reporting Services, -Analysis Services and -Integration Services), but I want to have a look at what the seemingly most talked about ...
15
votes
10answers
5k views

Nice book on SQL Server Analysis Services?

I wonder if anyone can recommend a good book on SQL Server Analysis Services. I'm expecting to get very much involved with that technology, so 'For dummies' series won't work for me. Is Microsoft SQL ...
11
votes
8answers
5k views

How to learn MDX

I am currently learning OLAP & MDX after many years of relational database development. Any tips on getting started in MDX? What are the best books and resources to learn MDX?
7
votes
4answers
9k views

SSIS,SSAS,SSRS complete video tutorials

This may not be a direct programming question but I am in desperate need of this and if you people feel that the question is irrelevant , please do close it but after the answer. Like if we visit ...
7
votes
3answers
1k views

What is the best approach to get from relational OLTP database to OLAP cube?

I have a fairly standard OLTP normalised database and I have realised that I need to do some complex queries, averages, standard deviations across different dimensions in the data. So I have turned ...
5
votes
2answers
99 views

Creating SSAS 2008 cube partitions using Powershell?

How can we create SSAS 2008 cube partitions using Powershell?
5
votes
2answers
2k views

What is Multi Dimention OLAP CUBE and give example cube with more than 3 dimentions

Hi As I am new to SSAS,have been reading an article on Multi-Dimention OLAP Cube and struggling to understand Cube concepts, It has been said that Although the term "cube" suggests three dimensions, ...
5
votes
3answers
1k views

No trace info during processing of a cube in SSAS

When I process a cube in Visual Studio 2005 I get following message: Process succeeded. Trace information is still being transferred. If you do not want to wait for all of the information to ...
4
votes
1answer
194 views

Is it possible to modify the content of HttpRequest POST in an IIS HttpModule?

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. My approach so far has been to add a ...
4
votes
1answer
298 views

Front end applications for examining/digging through a SQL Analysis Services Mining Model

I currently use Excel and SQL Server Business intelligence studio to browse my models, but I've been searching high and low for a decent, moderately user-friendly front end application that can be ...
4
votes
2answers
1k views

Sql Server Services - Overview anyone?

In Short I am thoroughly confused by the array of SQL Server services available, and am having a hard time finding a brief primer. The Scoop I am a long time ASP.Net developer who has happily been ...
3
votes
3answers
249 views

Why does Order ignore subselect?

I've run into some confusing behavior in Analysis Services 2005 (and 2008 R2) and would appreciate it if someone could explain why this is happening. For the sake of this question, I've reproduced the ...
3
votes
2answers
483 views

Cognos: What does IBM Cognos Business Intelligence and Financial Performance Management concretely?

I've been mandated to find out what IBM Cognos does concretely, and frankly, I can hardly find advisable information on the subject apart what I can read from the IBM Website and Wikipedia. Since I ...
3
votes
1answer
405 views

non-Windows OLAP desktop client?

Working with SSAS 2008 in an environment with mostly Mac desktops. Use DbVisualizer and Aqua Data Studio for writing relational queries, but need a native desktop app to write MDX queries and view ...
3
votes
3answers
498 views

SS Analysis Services ( SSAS ) DB schema comparison tool?

Does anyone know of an SSAS specific tool that compares SSAS databases? Not their data, just schema and maybe partition definitions. When I say tool - something that knows about SSAS and has that ...
3
votes
1answer
385 views

SSAS Dynamic Dimension Security based on another dimension attribute

In my project I have to apply security based on a dimension attribute. I think the best way to explain my scenario is with an example, if you need more info please request me and I'll love to told you ...
3
votes
1answer
412 views

msmdpump to SSAS

I have got msmdpump.dll set up on a windows 7 machine pointing to an SSAS instance on another server and every request I send is being logged in the event viewer with the following error. Event ID: ...
3
votes
2answers
657 views

sample MDX queries

Can you provide me tutorial for writing MDX and sample MDX queries especially, since I have not been used to MDX ?
3
votes
4answers
1k views

Using MySQL as data source in Microsoft SQL Server Analysis Services

I have installed the latest .net connector (http://www.mysql.com/downloads/connector/net/), I can add MySQL databases as Data Sources, I can even browse through the data from Business Intelligence ...
3
votes
4answers
840 views

SSAS Cube reprocessing fails - then succeeds if I try again

So I'm basically brand new to the concept of BI, and I've inherited an existing ETL process that is a two step process: Loads the data into a database that is only used by the cube processing ...
3
votes
3answers
470 views

Can you authenticate into SSAS with AD LDS (ADAM) accounts?

I'm very new to AD LDS and experienced but not qualified with SSAS, so my apologies for my ignorances with these. We have a couple implementations where we expose SSAS via an HTTPS proxy ...
3
votes
2answers
955 views

Automatic hyperlinks in Excel?

I am exposing data from a SSAS server to which users can connect from any tool they like, (in practise usually Excel 2007). We would like to provide URLs in some cells and would like Excel to ...
3
votes
1answer
543 views

MDX Error: Query Optimizer generated too many subcubes in the query plan

I'm trying to ask to a cube on SQL Server 2008 with a huge mdx query. This query contains more than 20 calculated members (defined on the query). Each member contains a restriction for a dimension ...
3
votes
3answers
3k views

Analysis Services Only Windows Authentication

Is it true that Analysis Services ONLY supports windows authentication?
3
votes
3answers
977 views

How do I programmatically deploy BIDS artifacts to remote SQL Server instance?

I would like to automate the deployment of my SSIS and SSAS artifacts to remote development SQL Server 2005 & 2008 instances on a scheduled basis. What would be the best solution for this? I ...
3
votes
2answers
2k views

How to secure MS SSAS 2005 for HTTP remote access via Internet?

We are building an hosted application that uses MS SQL Server Analysis Services 2005 for some of the reporting, specifically OLAP cube browsing. Since it is designed to be used by very large global ...
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 ...
3
votes
4answers
600 views

How to aggregate data from SQL Server 2005

I have about 150 000 rows of data written to a database everyday. These row represent outgoing articles for example. Now I need to show a graph using SSRS that show the average number of articles per ...
2
votes
3answers
48 views

Microsoft Analysis Services - Interact with Rails ActiveRecord

I'm looking at leveraging an existing Microsoft SQL Server Analysis Service (SSAS) instance for a reporting project. The goal is to have the data compiled in SSAS, then a web front-end that allows ...
2
votes
1answer
36 views

RC0 Denali - Adding BI Time Intelligence - Error: a time dimension is required in order to add time intelligence

Currently, working with Denali RC0 and unable to add BI Time Intelligence to the cube. I have checked the types of the hierachy (type years) and dimension (type time) and created the Time Dimension ...
2
votes
1answer
43 views

Non-Additive Fact

I have a Fact Table with 10 measures. out of 10 measures 9 are aggregated at Sum level.But I have Unit Price which is a Non-Additive Fact Measure.When I go to the property of Aggregation and make it ...
2
votes
2answers
56 views

One measure on the two different dimensions

I have the facts table with two date columns: StartDate and FinishDate: And I have Time table which have been linked with the facts table with two different relations. I have created Time ...
2
votes
2answers
62 views

Thoughts on dimension measures for BI

I am working with a consultant who recommends creating a measure dimension and then adding the measure dimension key to our fact table. I can see how this can make adding new measures easier by ...
2
votes
1answer
80 views

Execute a Job using T-SQL on a SSAS Cube

I'm trying to execute a SQL job using T-SQL in my application on a SSAS cube. Here is what I have got so far: public void UpdateCube() { AdomdConnection conn3 = new AdomdConnection("Data ...
2
votes
1answer
41 views

Where is SSAS headed?

I was just wondering if I am one of the few people in the world actually using SSAS, or is it prevalent in IT? There are so few people posting SSAS questions and answers here. Right now I'm running ...
2
votes
3answers
328 views

ASP.NET / SSAS / SQL Server - An existing connection was forcibly closed by the remote host [closed]

Possible Duplicate: Can I turn off impersonation just in a couple instances I've created an application that, when uploaded to my server throws an exception. It works fine locally but the ...
2
votes
1answer
149 views

MDX Not equal basic question

I'm a BI starter with SSAS and SSRS and I have a very basic question of MDX. It is very easy to get all values that match a condition in a calculated member. For example WITH MEMBER ...
2
votes
1answer
250 views

SSAS - Data Cube Hierarchy not visible in Excel

Initial Request: Create hierarchies over customer names and product descriptions. Problem: I created several similar hierarchies and the product description hierarchy is not visible in Excel ...
2
votes
1answer
109 views

SSAS - Changing Target Server

I am new to analysis services and data cubes. I inherited someone else's project, and I am using BIDS 2005. The company I work for recently relocated my analysis database to another server--lets say ...
2
votes
1answer
508 views

Microsoft certification on SSIS

I would like to know what certification is to be taken for SSIS ? Is there any certification separately/specifically for SSIS ? Or its for Business Intelligence Certification which covers SSIS,SSAS ...
2
votes
1answer
315 views

How can I prevent Tortoise SVN from doing an automatic merge?

My project contains a number of SSIS and SSAS files, if a conflict occurs and Tortoise SVN silently merges the file it becomes corrupt. We are making heavy use of branching and when a file is merged ...
2
votes
3answers
474 views

User defined hierarchy in an MDX query

Following on from this question regarding calculating a member I have 2 calculated members defined as: MEMBER [Asset].[Class].[Fixed Income Derivatives] AS AGGREGATE( { ...
2
votes
1answer
280 views

SSAS 2008 date/time measure partition or dimension last processed?

Is there a way to tell the last date / time a partition was processed? I've lots of SSAS databases, with lots of partitions and the automation is not, but will be independently recording when a ...
2
votes
1answer
4k views

SSAS interview questions [closed]

For interview purpose what questions can we expect from SSAS prespective. a) Entry/Beginners level (1-6 months) b) Intermediate c) Advance Thanks
2
votes
1answer
177 views

SSAS 2005, Excel 2007, Ragged Hierarchy

I am trying to update a SSAS 2005 cube adding a ragged hierarchy (it has a few levels that contain members that should be hidden if the member name is the same as the parent). From various sources I ...
2
votes
2answers
641 views

Create an MDX calculated member to make a stacked bar chart using data with total and reductions

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: Year Type Amount ---- --------- --------- 2008 Forecast ...
2
votes
3answers
618 views

Managing Team Development with SSAS, TFS, & BIDS

I am currently a single BI developer over a corporate datawarehouse and cube. I use SQL Server 2008, SSAS, and SSIS as my basic toolkit. I use Visual Studio +BIDS and TFS for my IDE and source ...
2
votes
4answers
475 views

In SQL Server Business Intelligence, why would I create a report model from an OLAP cube?

In Business Intelligence Developer Studio, I'm wondering why one would want to create a report model from an OLAP cube. As far as I understand it, OLAP cubes and report models are both ...
2
votes
1answer
557 views

MDX: use dimension values on columns

I wanted to use dimension properties on columns. So, in the mdx query, I dragged in those properties from the dimension "member properties". But, for some reason, the values for those properties are ...
2
votes
1answer
1k views

What is the difference between cubes and the Unified Dimensional Model (if any)?

I'm currently researching SQL Server 2008 as a business intelligence solution, and currently looking at Analysis Services (and I'm pretty new to business intelligence as a whole...) I'm a bit ...

1 2 3 4 5 13