- Getting Started with SQL Server 2012 Cube Development
- Simon Lidberg
- 327字
- 2021-08-06 16:48:53
Choosing the correct project
Now that the IDE has started, you can start getting accustomed to it. Just as in Visual Studio, SQL Server Data Tools works with solutions and projects. A project is a group of source code files that are deployed together to the target. A solution is a group of projects that you want to handle together.
Depending on what you are developing you are working with different kinds of projects. In the tool you have several project templates with different targets, there are Reporting Services and Integration Services project templates used when developing ETL packages and reports. Then there is an Analysis Services section containing the different project templates that you can use.

There are two different project types for the multidimensional model: one where you create a model from scratch, and one that imports a cube and dimensions from an existing Analysis Services server. The Import from Server (Multidimensional and Data Mining) project type can be used if you have lost your source files to your project, but you have deployed it to the server.
Tip
Handling source files is very important as in all development projects. The files created in a multidimensional project are really XML and XMLA representations of all the objects.
It is good practice to use a central source-code repository when creating Analysis Services cubes; one example of a source-code repository is Visual Studio Team Foundation Server 2012.
Hands-on steps for creating your first cube project
Create a new project to start the development of the first cube in the following manner:
- Go to File menu and click on New, and then click on Project.
- Navigate to the Business Intelligence templates and Analysis Services.
- Click on the Analysis Services Multidimensional and Data Mining Project project type.
- Specify that the project name is called
FirstCube
and click on OK to create the new project.
Now it is time to learn a bit about the IDE and how it works.
- Advanced Machine Learning with Python
- Building a Game with Unity and Blender
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- 精通API架構:設計、運維與演進
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Visual Basic程序設計實踐教程
- 用戶體驗可視化指南
- Red Hat Enterprise Linux Troubleshooting Guide
- 單片機原理及應用技術
- Instant Automapper
- Scrapy網絡爬蟲實戰
- HTML5與CSS3權威指南
- 熱處理常見缺陷分析與解決方案
- Scala實用指南
- iOS應用逆向工程:分析與實戰