Skip to content

Commit e30eca4

Browse files
Fix spelling error for Acrolynx.
1 parent 1ebf528 commit e30eca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ After the [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVers
6464
|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|
6565
|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|
6666
|SubmitTime|**datetime**|The time when the event was submitted to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].|6|
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 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|
6868
|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|
6969
|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|
7070
|CaptureSPID|**int**|The ID of the capture session for the event.|10|

0 commit comments

Comments
 (0)