Skip to content

Commit 3206a31

Browse files
authored
Merge pull request MicrosoftDocs#4702 from MicrosoftDocs/master
1/23 PM Publish
2 parents d7dcbce + ea379c4 commit 3206a31

16 files changed

Lines changed: 115 additions & 111 deletions

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ manager: "kfile"
2626
ms.workload: "Inactive"
2727
---
2828
# Create Analysis Services Scripts in Management Studio
29-
[!INCLUDE[ssas-appliesto-sqlas](../../includes/ssas-appliesto-sqlas.md)]
29+
[!INCLUDE[ssas-appliesto-sqlas-all-aas](../../includes/ssas-appliesto-sqlas-all-aas.md)]
30+
3031
[!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] includes script generation features, templates, and editors that you can use to script Analysis Services objects and tasks.
3132

3233
## Script Analysis Services Tasks in Management Studio

docs/analysis-services/instances/create-profiler-traces-for-replay-analysis-services.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create Profiler Traces for Replay (Analysis Services) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/14/2017"
4+
ms.date: "01/23/2018"
55
ms.prod: analysis-services
66
ms.prod_service: "analysis-services"
77
ms.service: ""
@@ -32,7 +32,8 @@ manager: "kfile"
3232
ms.workload: "Inactive"
3333
---
3434
# Create Profiler Traces for Replay (Analysis Services)
35-
[!INCLUDE[ssas-appliesto-sqlas](../../includes/ssas-appliesto-sqlas.md)]
35+
[!INCLUDE[ssas-appliesto-sqlas-all-aas](../../includes/ssas-appliesto-sqlas-all-aas.md)]
36+
3637
To replay queries, discovers, and commands that are submitted by users to [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)], [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)] must gather the required events. In order to initiate collection of these events, appropriate event classes must be selected in the **Event Selection** tab of the **Trace Properties** dialog box. For example if the Query Begin event class is selected, events that contain queries are collected and used for replay. Also, the trace file contains sufficient information to support replaying server transactions in a distributed environment in the original sequence of transactions.
3738

3839
## Replay for Queries

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/introduction-to-monitoring-analysis-services-with-sql-server-profiler.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Introduction to Monitoring Analysis Services with SQL Server Profiler | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/14/2017"
4+
ms.date: "01/23/2018"
55
ms.prod: analysis-services
66
ms.prod_service: "analysis-services"
77
ms.service: ""
@@ -28,7 +28,8 @@ manager: "kfile"
2828
ms.workload: "Inactive"
2929
---
3030
# Introduction to Monitoring Analysis Services with SQL Server Profiler
31-
[!INCLUDE[ssas-appliesto-sqlas](../../includes/ssas-appliesto-sqlas.md)]
31+
[!INCLUDE[ssas-appliesto-sqlas-all-aas](../../includes/ssas-appliesto-sqlas-all-aas.md)]
32+
3233
You can use [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)] to monitor events generated by an instance of [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)]. By using [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)], you can do the following:
3334

3435
- Monitor the performance of an instance of [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)].

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.

docs/analysis-services/instances/use-sql-server-profiler-to-monitor-analysis-services.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Use SQL Server Profiler to Monitor Analysis Services | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/14/2017"
4+
ms.date: "01/23/2018"
55
ms.prod: analysis-services
66
ms.prod_service: "analysis-services"
77
ms.service: ""
@@ -27,7 +27,8 @@ manager: "kfile"
2727
ms.workload: "On Demand"
2828
---
2929
# Use SQL Server Profiler to Monitor Analysis Services
30-
[!INCLUDE[ssas-appliesto-sqlas](../../includes/ssas-appliesto-sqlas.md)]
30+
[!INCLUDE[ssas-appliesto-sqlas-all-aas](../../includes/ssas-appliesto-sqlas-all-aas.md)]
31+
3132
[!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)] tracks engine process events, such as the start of a batch or a transaction, and it captures data about those events, thus enabling you to monitor server and database activity (for example, user queries or login activity). You can capture [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)] data to a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] table or a file for later analysis, and you can also replay the events captured on the same or another [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] instance to see exactly what happened. You can replay events in real time or on a step-by-step basis. It is also very useful to run the trace events along with the Performance counters on the same machine. The profiler can correlate these two based on time and display them together along a single timeline. Trace events will give you more details while Performance counters give you an aggregate view. For information about how to create and run traces, see [Create Profiler Traces for Replay &#40;Analysis Services&#41;](../../analysis-services/instances/create-profiler-traces-for-replay-analysis-services.md).
3233

3334
The following table describes the topics in this section.

0 commit comments

Comments
 (0)