- Microsoft SQL Server 2014 Business Intelligence Development Beginner’s Guide
- Reza Rad
- 161字
- 2021-08-13 17:55:21
Time for action – creating an Analysis Services project
In this example and other examples of this book, we will use SSDT for Visual Studio 2012. You can download and install it from http://www.microsoft.com/en-us/download/details.aspx?id=36843.
After installation, perform the following steps:
- Open SQL Server Data Tools by clicking on Start, then navigate to your Microsoft SQL Server 2012 folder and under that, choose SQL Server Data Tools for Visual Studio 2012.
- Go to the File menu and under New, select Project.
- In the New Project window, under templates in the left-hand side pane, click on Analysis Services and from the list of templates in the main pane, choose Analysis Services Multidimensional and Data Mining Project. Name the project
Chapter 02 SSAS Multidimensional
, as shown in the following screenshot:
What just happened?
In this example, we used SQL Server Data Tools to create our first Analysis Services project. After creating the project, you will see an empty project with folders listed as follows:

推薦閱讀
- C程序設計簡明教程(第二版)
- SQL for Data Analytics
- C#程序設計(慕課版)
- Instant 960 Grid System
- Full-Stack Vue.js 2 and Laravel 5
- Python編程與幾何圖形
- ASP.NET程序設計教程
- Spring快速入門
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- Domain-Driven Design in PHP
- Modern C++ Programming Cookbook
- 現代C:概念剖析和編程實踐
- 你真的會寫代碼嗎