24 May 2014

Installing AdventureWorksDS Sample Database

Adventure Works is the sample database available from Microsoft for different purposes as well as different SQL Server versions. We need to use the Adventure Works DW 2008 R2 database for our cube design and development. This database contains dimension and fact tables with prepopulated data. We can use this database as a launch pad to start our SSAS project. Developing a data mart is out of the scope of this tutorial, so we will use this sample database.

Explanation

To install the Adventure Works database, navigate to the codeplex (http://msftdbprodsamples.codeplex.com/) site and download the MSI for the version of SQL Server you are using. This tutorial expects that the reader is using SQL Server 2008 R2, and all the exercises will be using this version of SQL Server.

After downloading, start the installer and you should get a screen similar to the one below.


Adventure Works Data Warehouse 2008R2 is the database we need for our exercises. Point the installer to the SQL Server instance that you are using, and install the database. After the database in installed, open SQL Server Management Studio to verify the databases that were installed.  You should find something similar to the below screenshot.




No comments:

Post a Comment