| title | Creating an Analysis Services Project (Basic Data Mining Tutorial) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 06/13/2017 | |
| ms.prod | sql-server-2014 | |
| ms.reviewer | ||
| ms.suite | ||
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | article | |
| ms.assetid | 784c0401-0358-4117-9c85-4e8220ce71d9 | |
| caps.latest.revision | 50 | |
| author | jeannt | |
| ms.author | jeannt | |
| manager | jhubbard |
Each [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] project defines the objects in a single [!INCLUDEssASnoversion] database. An [!INCLUDEssASnoversion] database can contains many different types of objects
-
Multidimensional models (cubes)
-
Mining structures and mining models
-
Supporting objects such as data sources, data source views, and custom assemblies
Note that you do not require a cube to do data mining. If you need to perform data mining on an existing cube, you should add the data mining models to the same project you used to build the cube. However, for most purposes you can build your models on relational data sources, such as a data warehouse, and get better performance if a cube is not involved.
In this tutorial you will use a relational data warehouse, [!INCLUDEssSampleDBDWobject], as the data source. You will deploy all your data mining objects to an [!INCLUDEssASnoversion] database named BasicDataMining, used just for data mining.
By default, [!INCLUDEssASnoversion] uses the localhost instance for new projects. If you are using a named instance or a different server, you must first create and open the project and then change the instance name.
For more information about [!INCLUDEssASnoversion] projects, see Creating an Analysis Services Project.
-
Open [!INCLUDEssBIDevStudioFull].
-
On the File menu, point to New, and then select Project.
-
Verify that Business Intelligence Projects is selected in the Project types pane.
-
In the Templates pane, select Analysis Services Multidimensional and Data Mining Project.
-
In the Name box, name the new project
BasicDataMining. -
[!INCLUDEclickOK]
-
In [!INCLUDEssBIDevStudioFull], on the Project menu, select Properties.
-
On the left side of the Property Pages pane, under Configuration Properties, click Deployment.
-
On the right side of the Property Pages pane, under Target, verify that the Server name is localhost. If you are using a different instance, type the name of the instance. [!INCLUDEclickOK]
Creating a Data Source (Basic Data Mining Tutorial)
Build Analysis Services Projects (SSDT)
Create an Analysis Services Project (SSDT)