Ssas - Install Sample Data and Multidimensional Projects
Ssas - Install Sample Data and Multidimensional Projects
projects
Use the instructions and links provided in this article to install the data and project
files used in the Analysis Services tutorials.
By default, Analysis Services 2016 and later is installed as a tabular instance. You
can override the default mode by choosing Multidimensional Server Mode in
the server configuration page of the Installation Wizard.
You can use this sample database with SQL Server 2012 (11.x) and later. In-
general, you should use the sample database version matching your database
engine version.
Note
For learning purposes, it is recommended that you use the default service account
impersonation option and grant data reader permissions to the service account in
SQL Server. Although other impersonation options are available, not all of them are
suitable for processing operations. Specifically, the option for using the credentials of
the current user is not supported for processing.
1. Determine the service account. You can use SQL Server Configuration Manager
or the Services console application to view account information. If you installed
Analysis Services as the default instance, using the default account, the service is
running as NT Service\MSSQLServerOLAPService.
2. In Management Studio, connect to the database engine instance.
3. Expand the Security folder, right-click Logins and select New Login.
4. On the General page, in Login name, type NT Service\
MSSQLServerOLAPService (or whatever account the service is running as).
5. Click User Mapping.
6. Select the checkbox next to the AdventureWorksDW database. Role
membership should automatically include db_datareader and public.
Click OK to accept the defaults.
The tutorial projects work for SQL Server 2012 (11.x) and later.
2. Move the .zip file to a folder just below the root drive (for example, C:\Tutorial).
This step mitigates the "Path too long" error that sometimes occurs if you
attempt to unzip the files in the Downloads folder.
3. Unzip the sample projects: right-click on the file and select Extract All. After
extracting the files, you should have folders Lesson 1, 2, 3, 5, 6, 7, 8, 9, 10
Complete and Lesson 4 Start.
4. Remove the read-only permissions on these files. Right-click the parent folder,
select Properties, and clear the checkbox for Read-only. Click OK. Apply the
changes to this folder, subfolders, and files.
5. Open the solution (.sln) file that corresponds to the lesson you are in. For
example, in the folder named "Lesson 1 Complete", you would open the
Analysis Services Tutorial.sln file.
6. Deploy the solution to verify that database permissions and server location
information are setup correctly.
If Analysis Services and the Database Engine are installed as the default instance
(MSSQLServer) and all software is running on the same computer, you can
click Deploy Solution on the Build menu to build and deploy the sample
project to the local Analysis Services instance. During deployment, data is
processed (or imported) from the AdventureWorksDW database on the local
Database Engine instance. A new Analysis Services database is created on the
Analysis Services instance that contains the data retrieved from the Database
Engine.
The server name for connecting to the database engine is specified in the Data
Source object of the multidimensional solution (Adventure Works Tutorial),
visible in Solution Explorer.