Skip to content

Commit db72c57

Browse files
authored
Merge pull request #4744 from Minewiskan/ssas0126
Numerous changes.
2 parents 115ff6e + 6bb3965 commit db72c57

8 files changed

Lines changed: 47 additions & 116 deletions

File tree

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,6 +1610,11 @@
16101610
"redirect_url": "/sql/analysis-services/analysis-services",
16111611
"redirect_document_id": false
16121612
},
1613+
{
1614+
"source_path": "docs/analysis-services/instances/install-windows/install-analysis-services-data-providers-amo-adomd-net-msolap.md",
1615+
"redirect_url": "/sql/analysis-services/instances/data-providers-used-for-analysis-services-connections",
1616+
"redirect_document_id": false
1617+
},
16131618
{
16141619
"source_path": "docs/reporting-services/report-server/configure-kerberos-to-use-power-bi-reports.md",
16151620
"redirect_url": "https://powerbi.microsoft.com/documentation/reportserver-configure-kerberos-powerbi-reports/",

docs/analysis-services/TOC.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# [What is Analysis Services?](analysis-services.md)
1+
# [About SQL Server Analysis Services?](analysis-services.md)
22

33
# Overview
44
## [What's new in SQL Server Analysis Services 2016](what-s-new-in-analysis-services.md)
55
## [What's new in SQL Server Analysis Services 2017](what-s-new-in-sql-server-analysis-services-2017.md)
66
## [New and updated articles](new-updated-analysis-services.md)
77
## [Tools and applications](tools-and-applications-used-in-analysis-services.md)
8+
## [Client libraries (data providers)](../analysis-services/instances/data-providers-used-for-analysis-services-connections.md)
89
## [Comparing Tabular and Multidimensional solutions](comparing-tabular-and-multidimensional-solutions-ssas.md)
9-
## [Analysis Services features supported by SQL Server 2016 editions](analysis-services-features-supported-by-the-editions-of-sql-server-2016.md)
10+
## [Analysis Services features supported by SQL Server editions](analysis-services-features-supported-by-the-editions-of-sql-server-2016.md)
1011
## [Backward compatibility (SQL Server 2016 Analysis Services)](analysis-services-backward-compatibility.md)
1112
## [Backward compatibility (SQL Server 2017 Analysis Services)](analysis-services-backward-compatibility-sql2017.md)
1213
## [Globalization and translation](globalization-scenarios-for-analysis-services.md)
@@ -15,9 +16,6 @@
1516
### [Currency conversions](currency-conversions-analysis-services.md)
1617
### [Tips and best practices](globalization-tips-and-best-practices-analysis-services.md)
1718

18-
# Samples
19-
## [Analysis Services samples](analysis-services-samples.md)
20-
2119
# Tutorials
2220
## [Tabular Modeling (1200 compatibility level)](tabular-modeling-adventure-works-tutorial.md)
2321
### [Lesson 1: Create a New Tabular Model Project](lesson-1-create-a-new-tabular-model-project.md)
@@ -112,6 +110,8 @@
112110
## [Schema rowsets](../analysis-services/schema-rowsets/analysis-services-schema-rowsets.md)
113111
## [Analysis Services Scripting Language (ASSL for XMLA)](scripting/analysis-services-scripting-language-assl-for-xmla.md)
114112

113+
# Samples
114+
## [Analysis Services samples](analysis-services-samples.md)
115115

116116
# Reference
117117
## [Data Analysis Expressions (DAX) on MSDN](https://msdn.microsoft.com/library/gg413422.aspx)

docs/analysis-services/analysis-services-features-supported-by-the-editions-of-sql-server-2016.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: "owend"
2121
manager: "kfile"
2222
ms.workload: "On Demand"
2323
---
24-
# Analysis Services Features Supported by the Editions of SQL Server 2016
24+
# Analysis Services features supported by SQL Server editions
2525
[!INCLUDE[ssas-appliesto-sql2016-later](../includes/ssas-appliesto-sql2016-later.md)]
2626

2727
This topic provides details of features supported by the different editions of SQL Server 2016 Analysis Services. For features supported by Evaluation and Developer editions, see Enterprise edition.
@@ -120,6 +120,6 @@ This topic provides details of features supported by the different editions of S
120120

121121
## See also
122122
[Product Specifications for SQL Server 2016](http://msdn.microsoft.com/library/6445fd53-6844-4170-a86b-7fe76a9f64cb)
123-
[Installation for SQL Server 2016](../database-engine/install-windows/installation-for-sql-server-2016.md)
123+
[Installation for SQL Server](../database-engine/install-windows/installation-for-sql-server-2016.md)
124124

125125

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Analysis Services | Microsoft Docs"
2+
title: "About SQL Server Analysis Services | Microsoft Docs"
33
ms.date: "01/26/2018"
44
ms.prod: analysis-services
55
ms.prod_service: "analysis-services, azure-analysis-services"
@@ -27,41 +27,36 @@ ms.author: "owend"
2727
manager: "kfile"
2828
ms.workload: "Active"
2929
---
30-
# What is Analysis Services?
31-
[!INCLUDE[ssas-appliesto-sqlas-aas](../includes/ssas-appliesto-sqlas-aas.md)]
30+
# About SQL Server Analysis Services
3231

33-
Analysis Services is an analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
34-
35-
A typical workflow includes authoring a multidimensional or tabular data model, deploying the model as a database to an on-premises SQL Server Analysis Services or Azure Analysis Services server instance, setting up recurring data processing, and assigning permissions to allow data access by end-users. When it's ready to go, your semantic data model can be accessed by any client application supporting Analysis Services as a data source.
32+
Analysis Services is an analytical data engine used in decision support and business analytics. It provides enterprise-grade semantic data models for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
33+
34+
A typical workflow includes creating a multidimensional or tabular data model project in Visual Studio, deploying the model as a database to a server instance, setting up recurring data processing, and assigning permissions to allow data access by end-users. When it's ready to go, your semantic data model can be accessed by client applications supporting Analysis Services as a data source.
35+
36+
Analysis Services is available in two different platforms:
37+
38+
**Azure Analysis Services** - Supports tabular models at the 1200 and higher compatibility levels. DirectQuery, partitions, row-level security, bi-directional relationships, and translations are all supported. To learn more, see [Azure Analysis Services](https://docs.microsoft.com/azure/analysis-services/).
39+
40+
**SQL Server Analysis Services** - Supports tabular models at all compatibility levels, multidimensional models, data mining, and Power Pivot for SharePoint.
3641

37-
## Analysis Services on-premises and in the cloud
38-
Analysis Services is now available in the cloud as an Azure service. Azure Analysis Services supports tabular models at the 1200 and higher compatibility levels. DirectQuery, partitions, row-level security, bi-directional relationships, and translations are all supported. To learn more and give it a try for free, see [Azure Analysis Services](https://azure.microsoft.com/en-us/services/analysis-services/).
39-
40-
## Server mode
41-
When installing Analysis Services by using SQL Server Setup, during configuration you specify a server mode for that instance. Each mode includes different features unique to a particular Analysis Services solution.
42-
43-
- **Tabular Mode** - Implement in-memory relational data modeling constructs (model, tables, columns, measures, hierarchies).
42+
## Documentation by area
43+
In general, [Azure Analysis Services documentation](https://docs.microsoft.com/azure/analysis-services/) is included with Azure documentation. If you're interested in having your tabular models in the cloud, it's best to start there.
4444

45-
- **Multidimensional and Data Mining Mode** - Implement OLAP modeling constructs (cubes, dimensions, measures).
45+
This article and documentation in this section is mostly for SQL Server Analysis Services. However, at least for tabular models, how you create and deploy your projects is much the same, regardless of the platform you're using. Check out these sections to learn more:
4646

47-
- **Power Pivot Mode** - Implement Power Pivot and Excel data models in SharePoint (Power Pivot for SharePoint is a middle-tier data engine that loads, queries, and refreshes data models hosted in SharePoint).
48-
49-
A single instance can be configured with only one mode, and cannot be changed later. You can install multiple instances with different modes on the same server, but you'll need to run Setup and specify configuration settings for each instance. For detailed information and a comparison of different features offered in each of the modes, see [Comparing Tabular and Multidimensional Solutions](../analysis-services/comparing-tabular-and-multidimensional-solutions-ssas.md).
50-
51-
## Authoring and managing solutions
52-
To create a model and deploy it to a server, you use SQL Server Data Tools, choosing either a Tabular or Multidimensional and Data Mining project template. The project template contains folders for all of the objects needed in a model. Wizards and designers help you create many of the basic elements such as connecting to data sources, relationships, measures, and roles. Once your model database is deployed to a server, you use SQL Server Management Studio (SSMS) to configure data processing, monitor, and manage your server and databases. To learn more, see [Tools and applications used in Analysis Services](../analysis-services/tools-and-applications-used-in-analysis-services.md).
53-
54-
## Documentation by area
55-
In-general, documentation for Azure Analysis Services is included with Azure documentation. And, documentation for SQL Server Analysis Services is included with SQL documentation. However, at least for tabular models, how you create and deploy your projects is much the same regardless of what platform you're using.
5647

57-
* [Azure Analysis Services](https://docs.microsoft.com/azure/analysis-services/)
58-
* [What's New in SQL Server Analysis Services](../analysis-services/what-s-new-in-sql-server-analysis-services-2017.md)
5948
* [Comparing Tabular and Multidimensional Solutions](../analysis-services/comparing-tabular-and-multidimensional-solutions-ssas.md)
49+
* [Install SQL Server Analysis Services](../analysis-services/instances/install-windows/install-analysis-services.md)
6050
* [Tabular Models](../analysis-services/tabular-models/tabular-models-ssas.md)
6151
* [Multidimensional Models](../analysis-services/multidimensional-models/multidimensional-models-ssas.md)
6252
* [Data Mining](../analysis-services/data-mining/data-mining-ssas.md)
6353
* [Power Pivot for SharePoint](../analysis-services/power-pivot-sharepoint/power-pivot-for-sharepoint-ssas.md)
6454
* [Instance Management](../analysis-services/instances/analysis-services-instance-management.md)
6555
* [Tutorials](../analysis-services/analysis-services-tutorials-ssas.md)
6656
* [Developer Documentation](https://msdn.microsoft.com/library/bb500153(SQL.130).aspx)
67-
* [Technical Reference (SSAS)](../analysis-services/powershell/technical-reference-ssas.md)
57+
* [Technical Reference](../analysis-services/powershell/technical-reference-ssas.md)
58+
59+
See also
60+
61+
[Azure Analysis Services documentation](https://docs.microsoft.com/azure/analysis-services/)
62+
[SQL Server Documentation](../sql-server/sql-server-technical-documentation.md)

docs/analysis-services/instances/install-windows/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
## [CheckList: Use PowerShell to Verify Power Pivot for SharePoint](checklist-use-powershell-to-verify-power-pivot-for-sharepoint.md)
1414
## [Deploying SQL Server 2016 PowerPivot and Power View in SharePoint 2016](deploying-sql-server-2016-powerpivot-and-power-view-in-sharepoint-2016.md)
1515
## [Deploying SQL Server 2016 PowerPivot and Power View in a Multi-Tier SharePoint 2016 Farm](deploy-powerpivot-and-power-view-multi-tier-sharepoint-2016-farm.md)
16-
# [Install Analysis Services data providers (AMO, ADOMD.NET, MSOLAP)](install-analysis-services-data-providers-amo-adomd-net-msolap.md)
16+
# [Install client libraries (AMO, ADOMD.NET, MSOLAP)](../data-providers-used-for-analysis-services-connections.md)

docs/analysis-services/instances/install-windows/install-analysis-services-data-providers-amo-adomd-net-msolap.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

docs/analysis-services/power-pivot-sharepoint/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Overview](power-pivot-for-sharepoint-ssas.md)
1+
# [Power Pivot for SharePoint](power-pivot-for-sharepoint-ssas.md)
22
# [Power Pivot Server Administration and Configuration in Central Administration](power-pivot-server-administration-and-configuration-in-central-administration.md)
33
## [Deploy Power Pivot Solutions to SharePoint](deploy-power-pivot-solutions-to-sharepoint.md)
44
## [Create and Configure a Power Pivot Service Application](create-and-configure-power-pivot-service-application-in-ca.md)

0 commit comments

Comments
 (0)