Assignment 3 DM in SSAS
Assignment 3 DM in SSAS
Tutorial)
5/16/2018 • 2 minutes to read • Edit Online
Prerequisites
You will need sample data, sample project files, and software to complete all of the lessons in this tutorial. For
instructions on how to find and install the prerequisites for this tutorial, see Install Sample Data and Projects for
the Analysis Services Multidimensional Modeling Tutorial.
Additionally, the following permissions must be in place to successfully complete this tutorial:
You must be a member of the Administrators local group on the Analysis Services computer or be a
member of the server administration role in the instance of Analysis Services.
You must have Read permissions in the AdventureWorksDW sample database. This sample database is
valid for the SQL Server 2017 release.
Lessons
This tutorial includes the following lessons.
NOTE
Completed projects for all of the lessons in this tutorial are available online. You can jump ahead to any lesson by using the
completed project from the previous lesson as a starting point. Click here to download the sample projects that go with this
tutorial.
Next Lesson
Lesson 3: Modifying Measures, Attributes and Hierarchies
See Also
Analysis Services Tutorial Scenario
Multidimensional Modeling (Adventure Works Tutorial)
Dimensions in Multidimensional Models
Cubes in Multidimensional Models
Configure Analysis Services Project Properties (SSDT)
Build Analysis Services Projects (SSDT)
Lesson 2-5 - Deploying an Analysis Services Project
5/16/2018 • 3 minutes to read • Edit Online
NOTE
If you want to deploy the project to a named instance of Analysis Services on the local computer, or to an instance
on a remote server, change the Server property to the appropriate instance name, such as <ServerName>\
<InstanceName>.
3. Click OK.
4. In Solution Explorer, right-click the Analysis Services Tutorial project, and then click Deploy. You might
need to wait.
NOTE
If you get errors during deployment, use SQL Server Management Studio to check the database permissions. The
account you specified for the data source connection must have a login on the SQL Server instance. Double-click the
login to view User Mapping properties. The account must have db_datareader permissions on the
AdventureWorksDW2012 database.
SQL Server Data Tools (SSDT) builds and then deploys the Analysis Services Tutorial project to the
specified instance of Analysis Services by using a deployment script. The progress of the deployment is
displayed in two windows: the Output window and the Deployment Progress – Analysis Services
Tutorial window.
Open the Output window, if necessary, by clicking Output on the View menu. The Output window
displays the overall progress of the deployment. The Deployment Progress – Analysis Services Tutorial
window displays the detail about each step taken during deployment. For more information, see Build
Analysis Services Projects (SSDT) and Deploy Analysis Services Projects (SSDT).
5. Review the contents of the Output window and the Deployment Progress – Analysis Services Tutorial
window to verify that the cube was built, deployed, and processed without errors.
6. To hide the Deployment Progress - Analysis Services Tutorial window, click the Auto Hide icon (it
looks like a pushpin) on the toolbar of the window.
7. To hide the Output window, click the Auto Hide icon on the toolbar of the window.
You have successfully deployed the Analysis Services Tutorial cube to your local instance of Analysis Services, and
then processed the deployed cube.
See Also
Deploy Analysis Services Projects (SSDT)
Configure Analysis Services Project Properties (SSDT)
Lesson 2-6 - Browsing the Cube
5/16/2018 • 2 minutes to read • Edit Online
Next Lesson
Lesson 3: Modifying Measures, Attributes and Hierarchies
See Also
MDX Query Editor (Analysis Services - Multidimensional Data)
Lesson 3-5 - Browsing the Deployed Cube
5/16/2018 • 2 minutes to read • Edit Online