Skip to content

Commit b5c3746

Browse files
authored
Merge pull request #14841 from TimShererWithAquent/us1613566c
1613566 Add descriptions for SEO (2 of 3)
2 parents 005c98e + 2ab5a55 commit b5c3746

10 files changed

Lines changed: 11 additions & 1 deletion

docs/tools/distributed-replay/administration-tool-command-line-options-distributed-replay-utility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Administration tool command-line options
3+
description: The SQL Server Distributed Replay administration tool, DReplay.exe, is a command-line tool to communicate with the distributed replay controller.
34
titleSuffix: SQL Server Distributed Replay
45
ms.prod: sql
56
ms.prod_service: sql-tools

docs/tools/distributed-replay/cancel-option-distributed-replay-administration-tool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Cancel option admin tool
33
titleSuffix: SQL Server Distributed Replay
4+
description: This article describes the cancel command-line option and syntax of the SQL Server Distributed Replay administration tool.
45
ms.custom: seo-lt-2019
56
ms.date: "03/14/2017"
67
ms.prod: sql

docs/tools/distributed-replay/distributed-replay-security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Distributed Replay security
33
titleSuffix: SQL Server Distributed Replay
4+
description: This article describes security configuration steps for SQL Server Distributed Replay and important considerations for data protection and removal steps.
45
ms.prod: sql
56
ms.prod_service: sql-tools
67
ms.reviewer: ""

docs/tools/distributed-replay/prepare-the-input-trace-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Prepare the input trace data
33
titleSuffix: SQL Server Distributed Replay
4+
description: Before you can start a distributed replay with SQL Server Distributed Replay, prepare the input trace data by initiating the preprocess stage.
45
ms.prod: sql
56
ms.prod_service: sql-tools
67
ms.reviewer: ""

docs/tools/distributed-replay/preprocess-option-distributed-replay-administration-tool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Preprocess option
33
titleSuffix: SQL Server Distributed Replay
4+
description: The Microsoft SQL Server Distributed Replay tool, DReplay.exe, is a command-line tool that you can use to communicate with the distributed replay controller.
45
ms.prod: sql
56
ms.prod_service: sql-tools
67
ms.reviewer: ""

docs/tools/distributed-replay/replay-option-distributed-replay-administration-tool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Replay option in admin tool
33
titleSuffix: SQL Server Distributed Replay
4+
description: This article describes the replay command-line option & syntax of the SQL Server Distributed Replay administration tool, which initiates the event replay stage.
45
ms.prod: sql
56
ms.prod_service: sql-tools
67
ms.reviewer: ""

docs/tools/distributed-replay/replay-trace-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Replay trace data
33
titleSuffix: SQL Server Distributed Replay
4+
description: With the SQL Server Distributed Replay feature, use the administration tool replay option to initiate the event replay stage of the distributed replay.
45
ms.custom: seo-lt-2019
56
ms.date: "03/14/2017"
67
ms.prod: sql

docs/tools/distributed-replay/review-the-replay-results.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Review the replay results
33
titleSuffix: SQL Server Distributed Replay
4+
description: After the SQL Server Distributed Replay feature completes a distributed replay, replay activity for each client can be saved in trace files on each client.
45
ms.prod: sql
56
ms.prod_service: sql-tools
67
ms.reviewer: ""
@@ -63,7 +64,7 @@ After the [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVers
6364
|TextData|**ntext**|The content of TextData depends on the EventClass.<br /><br /> For Audit Login and ExistingConnection, this is the set options for the connection.<br /><br /> For SQL:BatchStarting, this is the body of the batch request.<br /><br /> For RPC:Starting, this is the stored procedure that was called.<br /><br /> For Replay Settings Event, this column contains the settings that are defined in the replay configuration file.<br /><br /> For Replay Statistics Event, this contains the following information:<br /><br /> -The replay target SQL server<br /><br /> -Total number of replayable events<br /><br /> -The number of provider errors<br /><br /> -The number of internal errors<br /><br /> -Internal warnings<br /><br /> -Total number of errors<br /><br /> -Overall pass rate<br /><br /> -The replay time (HH:MM:SS:MMM)<br /><br /> For Replay Result Set Event, this shows the list of return result column headers.<br /><br /> For Replay Result Row Event, this shows the return value of all columns for that row.<br /><br /> For Replay Internal Warning and Replay Provider Error, this column contains the provider warnings or errors.|4|
6465
|Attention|**bigint**|The attention duration (in microseconds) for the event. This is calculated from the Attention event from the capture trace. If there was no query time-out specified for the event, this column is not populated (null).|5|
6566
|SubmitTime|**datetime**|The time when the event was submitted to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].|6|
66-
|IsSuccessful|**int**|A Boolean flag that indicates whether a particular event was successfully executed, and that result sets were returned to the client-side.<br /><br /> An event that generates a warning (such as when an event is cancelled because of Attention or a user-specified time-out) is considered successful.<br /><br /> IsSuccessful can be one of the following:<br /><br /> 1 = successful<br /><br /> 0 = failed|7|
67+
|IsSuccessful|**int**|A Boolean flag that indicates whether a particular event was successfully executed, and that result sets were returned to the client-side.<br /><br /> An event that generates a warning (such as when an event is canceled because of Attention or a user-specified time-out) is considered successful.<br /><br /> IsSuccessful can be one of the following:<br /><br /> 1 = successful<br /><br /> 0 = failed|7|
6768
|Duration [microsec]|**bigint**|Response time duration (in microseconds) for the event. The measurement starts when the logon/log off/RPC/Language event was submitted to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].<br /><br /> If the event succeeds, the measurement ends when the complete result set has been consumed.<br /><br /> If the event does not succeed, the measurement ends at the time of event failure or cancellation.|8|
6869
|RowCount|**bigint**|Populated depending on the value of `<RecordRowCount>` in the replay configuration file:<br /><br /> If `<RecordRowCount>` equals Yes, this cell contains the number of rows in the result set that are returned by [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].<br /><br /> If `<RecordRowCount>` equals No, this cell is not populated (null).|9|
6970
|CaptureSPID|**int**|The ID of the capture session for the event.|10|

docs/tools/distributed-replay/sql-server-distributed-replay.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: SQL Server Distributed Replay
33
titleSuffix: SQL Server Distributed Replay
4+
description: The SQL Server Distributed Replay feature helps you assess the impact of future upgrades to SQL Server, hardware, and operating system, and SQL Server tuning.
45
ms.prod: sql
56
ms.technology: tools-other
67
ms.topic: conceptual

docs/tools/distributed-replay/status-option-distributed-replay-administration-tool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Status Option in admin tool
33
titleSuffix: SQL Server Distributed Replay
4+
description: This article describes the status command-line option and syntax of the SQL Server Distributed Replay administration tool, which displays the current status.
45
ms.prod: sql
56
ms.reviewer:
67
ms.technology: tools-other

0 commit comments

Comments
 (0)