Following are the steps to be followed to create a SQL Server Analysis Services (SSAS) Project in Microsoft SQL Server 2005 Business Intelligence Development Studio

Open SQL Server Business Intelligence Development Studio by using the following path: Start->Programs->Microsoft SQL Server 2005->Business Intelligence Development Studio

Open New Project wizard by clicking on New->Project. Following window opens up:

sql-server-analysis-services-1 

Select ‘Analysis Services Project’. This creates the Analysis Services project in the Solution Explorer as follows:

sql-server-analysis-services-2

Defining a Data Source :

Right click on the ‘Data Sources’ folder of the project, and select New Data Source. The DataSource wizard will walk through the complete process of creating a data source.

In the connection Manager Dialog box, select the server name containing the database. Fill in the authentication information, and click OK.

sql-server-analysis-services-3

Creating a Data Source View:

Right click on the ‘Data Source Views’ folder in the Solution Explorer, and select new DataSource View.
The following window appears:

sql-server-analysis-services-4

It consists of two panes ‘Available Objects’ and ‘Included Objects’. Since, not all tables are needed in the project; you can create a data source view from the data source, which consists of only those tables that are needed in the project.

Click Next. Give a name to the view.

The schema of the view will be displayed as below :

sql-server-analysis-services-5

Invoking the Cube wizard:

Right click on the ‘Cubes’ folder on the Solution Explorer, and select New Cube.

Select the option to build the cube using a data source.

sql-server-analysis-services-6

Select the DataSource view for the cube.

sql-server-analysis-services-7

Identify Facts and Dimensions.

sql-server-analysis-services-8

Complete the wizard by giving a name to the cube.

sql-server-analysis-services-9

Deploy the cube

Once the cube is designed, it needs to be deployed :

sql-server-analysis-services-10

Right click on the Cube, in Solution Explorer, and select ‘Deploy’.

Process the Cube

Right click on your cube, and select ‘Process’.

Browse the cube

Right click the cube, and select Browse.

sql-server-analysis-services-11

A sample browse would look like following

sql-server-analysis-services-12

Related Posts

  1. Error while processing OLAP cube in SQL Analysis Services
  2. Ad hoc Reporting using SQL Server Reporting Services 2005
  3. DB2 with DotNet and SQL Server Reporting Services
  4. SQL Server 2005 Components
  5. Sybase with DotNet Application and SQL Server Reporting Services

Tags: , , , , ,

2 Comments to “Step by Step : SQL Server 2005 Analysis Services (SSAS) Project”

  1. Ramesh D says:

    When I try to deploy, I am getting the following error. Please send me your deployment configuration setup, if possible along any other possible configuration with where ever you used userid/password.

    My error message”
    Unable to connect to localserver : A connection cannot be made. Ensure that the server is running.”
    Thanks in advance,
    Ramesh (dvrameshusa@gmail.com)
    PS: Please e-mail with the solution, if possible.

  2. Shanthanu says:

    Do u have SQL Server client version ?

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>