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

Skip to content

Commit f8da83e

Browse files
author
PRMerger6
authored
Merge pull request MicrosoftDocs#4699 from Minewiskan/ssasprofiler
Updated applies to include.
2 parents 02580a2 + c0a006d commit f8da83e

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

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/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/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 (Analysis Services)](../../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)