Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

SSAS Multidimensional Project for WideWorldImporters

This is the SQL Services Analysis Services (SSASMD) project for the analytics database WideWorldImportersDW. It creates Analysis Services cubes based on the WideWorldImportersDW schema, and can be used to run MDX queries against the WideWorldImporters data.

Contents

About this sample
Before you begin
Running the sample
Sample details
Disclaimers
Related links

About this sample

  1. Applies to: SQL Server 2016 (or higher)
  2. Key features: Analysis Services Multidimensional
  3. Workload: Analytics
  4. Programming Language:
  5. Authors: Robert Cain, Jos de Bruijn
  6. Update history: 21 June 2017 - initial revision

Before you begin

To run this sample, you need the following prerequisites.

Software prerequisites:

  1. SQL Server 2016 (or higher) with the database WideWorldImportersDW.
  2. Visual Studio 2015 Update 3 or higher. If you are using Visual Studio 2017, download and install the following: Analysis Services
  3. SQL Server 2016 (or higher) Analysis Services.
    1. This needs to be installed on the same machine as Visual Studio to be able to build the project.

Running the sample

  1. Open the solution file wwi-ssasmd.sln in Visual Studio.

  2. Build the solution.

  3. Make sure you have permission on the SSAS server. From SQL Server Management Studio:

    1. Connect to the Analysis Services server.
    2. In Object Explorer, right-click on the server and select Properties to open the properties dialog.
    3. Click on Security to navigate to the security page.
    4. Verify that you are listed among server administrators. If not, click Add to add your account to the server administrators.
  4. Publish the SSASMD database:

    1. In Solution Explorer, open the project WWI-SSASMD, and open the Data Source node.
    2. Double-click the data source WideWorldImportersDW.ds to open the Data Source Designer.
    3. Click Edit to update the connection string to point to the server that has the existing WideWorldImportersDW database, and verify that the database name is WideWorldImportersDW.
    4. Click Impersonation Information -> Use a specific Windows user name and password, and fill in you user name and password.
    5. Click Ok to close the dialog.
    6. Right-click the WWI-SSASMD project and select Properties to open the properties dialog.
    7. Click on Deployment to open the deployment properties.
    8. Update the target server to point to the Analysis Services server, and click Ok.
    9. Right-click the WWI-SSASMD project and select Deploy to deploy the Analysis Services database.

Sample details

TBD

Disclaimers

The code included in this sample is not intended to be used for production purposes.

Related Links

For more information, see these articles: