Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f7a4fa

Browse files
author
Owen Duncan
committed
Minor structural changes.
1 parent f8da83e commit 3f7a4fa

7 files changed

+18
-12
lines changed

docs/analysis-services/instances/TOC.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
## [HTTP Access](configure-http-access-to-analysis-services-on-iis-8-0.md)
1818
## [Client libraries (data providers)](data-providers-used-for-analysis-services-connections.md)
1919
## [Disconnect users and sessions](disconnect-users-and-sessions-on-analysis-services-server.md)
20-
# [Monitor an Analysis Services Instance](monitor-an-analysis-services-instance.md)
20+
# Monitor Analysis Services
2121
## [SQL Server Profiler](use-sql-server-profiler-to-monitor-analysis-services.md)
22-
### [Introduction to Monitoring Analysis Services with SQL Server Profiler](introduction-to-monitoring-analysis-services-with-sql-server-profiler.md)
23-
### [Create Profiler Traces for Replay (Analysis Services)](create-profiler-traces-for-replay-analysis-services.md)
22+
### [Monitoring Analysis Services with SQL Server Profiler](introduction-to-monitoring-analysis-services-with-sql-server-profiler.md)
23+
### [Create Profiler Traces for Replay](create-profiler-traces-for-replay-analysis-services.md)
2424
## [Extended Events](monitor-analysis-services-with-sql-server-extended-events.md)
2525
## [Dynamic Management Views (DMVs) ](use-dynamic-management-views-dmvs-to-monitor-analysis-services.md)
2626
## [Performance Counters](performance-counters-ssas.md)
2727
## [Clear the Analysis Services Caches](clear-the-analysis-services-caches.md)
28-
# [Script Administrative Tasks](script-administrative-tasks-in-analysis-services.md)
28+
# Script Administrative Tasks
2929
## [Create Scripts in Management Studio](create-analysis-services-scripts-in-management-studio.md)
3030
### [Use Analysis Services Templates in SQL Server Management Studio](use-analysis-services-templates-in-sql-server-management-studio.md)
3131
### [Use the Analysis Services Scripts Project in Management Studio](analysis-services-scripts-project-in-sql-server-management-studio.md)

docs/analysis-services/instances/analysis-services-scripts-project-in-sql-server-management-studio.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ manager: "kfile"
2929
ms.workload: "Inactive"
3030
---
3131
# Analysis Services Scripts Project in SQL Server Management Studio
32-
[!INCLUDE[ssas-appliesto-sqlas](../../includes/ssas-appliesto-sqlas.md)]
32+
[!INCLUDE[ssas-appliesto-sqlas-all-aas](../../includes/ssas-appliesto-sqlas-all-aas.md)]
33+
3334
In [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)], you can create an Analysis Server Scripts project in [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] to group related scripts together for development, management, and source control purposes. If no solution is currently loaded in [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], creating a new Analysis Server Scripts project automatically creates a new solution. Otherwise, the new Analysis Server Scripts project can be added to the existing solution or created in a new solution.
3435

3536
You use the following basic steps to create an Analysis Server Scripts project in [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]:

docs/analysis-services/instances/connect-to-analysis-services.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Connect to Analysis Services | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/07/2017"
4+
ms.date: "01/23/2018"
55
ms.prod: analysis-services
66
ms.prod_service: "analysis-services"
77
ms.service: ""
@@ -26,6 +26,8 @@ ms.workload: "On Demand"
2626
# Connect to Analysis Services
2727
[!INCLUDE[ssas-appliesto-sqlas](../../includes/ssas-appliesto-sqlas.md)]
2828
Use the information in this section to learn about connection string properties, client libraries used for connections, which authentication methods are supported by Analysis Services, and how to set up or clear connections before taking a server offline.
29+
30+
To learn about connecting to Azure Analysis Services, see [Connect to a server](https://docs.microsoft.com/azure/analysis-services/analysis-services-connect).
2931

3032
## Analysis Services connections
3133
Analysis Services uses TCP as the network protocol and XML for Analysis (XMLA) as a communication protocol. At the lowest level, all of the client libraries provided with Analysis Services implementing XMLA-over-TCP. Although it is possible to build applications based on raw XMLA, most applications and application developers use client libraries to take advantage of the object models and coding efficiencies that they provide. For client connections to Analysis Services, you can use IIS as an intermediary connection if you cannot use TCP across the stack. One advantage of using HTTP access via IIS is the ability to connect from applications that pass credentials on the connection string.

docs/analysis-services/instances/create-analysis-services-scripts-in-management-studio.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ manager: "kfile"
2626
ms.workload: "Inactive"
2727
---
2828
# Create Analysis Services Scripts in Management Studio
29+
[!INCLUDE[ssas-appliesto-sqlas-all-aas](../../includes/ssas-appliesto-sqlas-all-aas.md)]
30+
2931
[!INCLUDE[ssas-appliesto-sqlas](../../includes/ssas-appliesto-sqlas.md)]
3032
[!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] includes script generation features, templates, and editors that you can use to script Analysis Services objects and tasks.
3133

docs/analysis-services/instances/data-providers-used-for-analysis-services-connections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Data providers used for Analysis Services connections | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "12/06/2017"
4+
ms.date: "01/23/2018"
55
ms.prod: analysis-services
66
ms.prod_service: "analysis-services"
77
ms.service: ""
@@ -22,12 +22,12 @@ manager: "kfile"
2222
ms.workload: "On Demand"
2323
---
2424
# Client libraries (data providers) used for Analysis Services connections
25-
[!INCLUDE[ssas-appliesto-sqlas](../../includes/ssas-appliesto-sqlas.md)]
25+
[!INCLUDE[ssas-appliesto-sqlas-all-aas](../../includes/ssas-appliesto-sqlas-all-aas.md)]
2626

27-
Analysis Services provides three client libraries, also known as **data providers**, for server and data access from tools and client applications. Tools like SSMS and SSDT, and applications like Power BI Desktop and Excel connect to Analysis Services by using these libraries. Two of the client libraries, ADOMD.NET and Analysis Services Management Objects (AMO), are managed client libraries. The Analysis Services OLE DB provider (MSOLAP DLL) is a native client library.
27+
Analysis Services provides three client libraries, also known as **data providers**, for server and data access from tools and client applications. Tools like SSMS and SSDT, and applications like Power BI Desktop and Excel connect to Analysis Services by using these libraries. Two of the client libraries, ADOMD.NET and Analysis Services Management Objects (AMO), are managed client libraries. The Analysis Services OLE DB provider (MSOLAP DLL) is a native client library. Client libraries are the same for both SQL Server Analysis Services and Azure Analysis Services.
2828

2929
## <a name="bkmk_downloadsite"></a> Where to get newer versions
30-
The version installed on the client computer should match the major version of the server providing the data. If the server installation is newer than the data providers installed on the workstations in your network, you might need to install newer libraries.
30+
The version installed on a client computer should match the major version of the server providing the data. If the server installation is newer than the data providers installed on the workstations in your network, you might need to install newer libraries.
3131

3232
Client libraries included in earlier SQL Server Feature Packs correspond to that SQL version; however, they may not be the latest. Connecting to Azure Analysis Services may require later versions. All versions are backward compatible.
3333

docs/analysis-services/instances/schedule-ssas-administrative-tasks-with-sql-server-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ms.workload: "On Demand"
3232
## Prerequisites
3333
SQL Server Agent service must be installed.
3434

35-
By default, jobs run under the service account. In [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)], the default account for SQL Server Agent is NT Service\SQLAgent$\<instancename>. To perform a backup or processing task, this account must be a system administrator on the Analysis Services instance. For more information, see [Grant server admin rights to an Analysis Services instance](../../analysis-services/instances/grant-server-admin-rights-to-an-analysis-services-instance.md).
35+
By default, jobs run under the service account. The default account for SQL Server Agent is NT Service\SQLAgent$\<instancename>. To perform a backup or processing task, this account must be a system administrator on the Analysis Services instance. For more information, see [Grant server admin rights to an Analysis Services instance](../../analysis-services/instances/grant-server-admin-rights-to-an-analysis-services-instance.md).
3636

3737
You should also have a test database to work with. You can deploy the AdventureWorks multidimensional sample database or a project from the Analysis Services multidimensional tutorial to use in this walkthrough. For more information, see [Install Sample Data and Projects for the Analysis Services Multidimensional Modeling Tutorial](../../analysis-services/install-sample-data-and-projects.md).
3838

docs/analysis-services/instances/use-analysis-services-templates-in-sql-server-management-studio.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ manager: "kfile"
2222
ms.workload: "Inactive"
2323
---
2424
# Use Analysis Services Templates in SQL Server Management Studio
25-
[!INCLUDE[ssas-appliesto-sqlas](../../includes/ssas-appliesto-sqlas.md)]
25+
[!INCLUDE[ssas-appliesto-sqlas-all-aas](../../includes/ssas-appliesto-sqlas-all-aas.md)]
26+
2627
[!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] provides a set of templates to help you quickly create XMLA scripts, DMX or MDX queries, create KPIs in a cube or tabular model, script backup and restore operations, and perform many other tasks. Templates are located in the **Template Explorer** in [!INCLUDE[ssManStudio](../../includes/ssmanstudio-md.md)].
2728

2829
This topic includes a list of the templates for multidimensional models and tabular models, and provides examples of how to build an MDX query and XMLA statement by using the Metadata Explorer and the Template Explorer.

0 commit comments

Comments
 (0)