Skip to content

Commit e00a8e7

Browse files
authored
Merge pull request #34492 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 6b4a9a3 + 3f380ea commit e00a8e7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/relational-databases/replication/monitor/monitoring-replication-with-system-monitor.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ For more information, see [Monitor Resource Usage (Performance Monitor)]
2828
|Agent|Performance object|Counter|Description|
2929
|-----------|------------------------|-------------|-----------------|
3030
|All agents|[!INCLUDE[msCoName](../../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Agents|Running|The number of replication agents currently running.|
31-
|Snapshot Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Snapshot|Snapshot: Delivered Cmds/sec|The number of commands per second delivered to the Distributor.|
32-
|Snapshot Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Snapshot|Snapshot: Delivered Trans/sec|The number of transactions per second delivered to the Distributor.|
33-
|Log Reader Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Log reader|Logreader: Delivered Cmds/sec|The number of commands per second delivered to the Distributor.|
34-
|Log Reader Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Log reader|Logreader: Delivered Trans/sec|The number of transactions per second delivered to the Distributor.|
35-
|Log Reader Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Log reader|Logreader: Delivery Latency|The current amount of time (in milliseconds) elapsed from when transactions are applied at the Publisher to when they are delivered to the Distributor.|
36-
|Distribution Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Dist.|Dist: Delivered Cmds/sec|The number of commands per second delivered to the Subscriber.|
37-
|Distribution Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Dist.|Dist: Delivered Trans/sec|The number of transactions per second delivered to the Subscriber.|
38-
|Distribution Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Dist.|Dist: Delivery Latency|The current amount of time (in milliseconds) elapsed from when transactions are delivered to the Distributor to when they are applied at the Subscriber.|
39-
|Merge Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Merge|Conflicts/sec|The number of conflicts per second occurring during the merge process.|
40-
|Merge Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Merge|Downloaded Changes/sec|The number of rows per second replicated from the Publisher to the Subscriber.|
41-
|Merge Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Merge|Uploaded Changes/sec|The number of rows per second replicated from the Subscriber to the Publisher.|
31+
|Snapshot Agent|SQLServer:Replication Snapshot|Snapshot:Delivered Cmds/sec|The number of commands per second delivered to the Distributor.|
32+
|Snapshot Agent|SQLServer:Replication Snapshot|Snapshot:Delivered Trans/sec|The number of transactions per second delivered to the Distributor.|
33+
|Log Reader Agent|SQLServer:Replication Log reader|Logreader:Delivered Cmds/sec|The number of commands per second delivered to the Distributor.|
34+
|Log Reader Agent|SQLServer:Replication Log reader|Logreader:Delivered Trans/sec|The number of transactions per second delivered to the Distributor.|
35+
|Log Reader Agent|SQLServer:Replication Log reader|Logreader:Delivery Latency|The current amount of time (in milliseconds) elapsed from when transactions are applied at the Publisher to when they are delivered to the Distributor.|
36+
|Distribution Agent|SQLServer:Replication Dist.|Dist:Delivered Cmds/sec|The number of commands per second delivered to the Subscriber.|
37+
|Distribution Agent|SQLServer:Replication Dist.|Dist:Delivered Trans/sec|The number of transactions per second delivered to the Subscriber.|
38+
|Distribution Agent|SQLServer:Replication Dist.|Dist:Delivery Latency|The current amount of time (in milliseconds) elapsed from when transactions are delivered to the Distributor to when they are applied at the Subscriber.|
39+
|Merge Agent|SQLServer:Replication Merge|Conflicts/sec|The number of conflicts per second occurring during the merge process.|
40+
|Merge Agent|SQLServer:Replication Merge|Downloaded Changes/sec|The number of rows per second replicated from the Publisher to the Subscriber.|
41+
|Merge Agent|SQLServer:Replication Merge|Uploaded Changes/sec|The number of rows per second replicated from the Subscriber to the Publisher.|
4242

4343
## Related content
4444

docs/t-sql/functions/regexp-matches-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Returns a tabular result as follows:
5656
| `match_id` | **bigint** | The sequence of matching words. |
5757
| `start_position` | **int** | Starting index position. |
5858
| `end_position` | **int** | Ending index position. |
59-
| `string_expression` | Same type as `string_expression` or **varchar** | Matching expression. |
59+
| `match_value` | Same type as `string_expression` or **varchar** | Matching expression. |
6060
| `substring_matches` | **json** | JSON document describing match. |
6161

6262
## Examples
@@ -89,4 +89,4 @@ match_id start_position end_position match_value substring_matches
8989
## Related content
9090

9191
- [Work with regular expressions](../../relational-databases/regular-expressions/overview.md)
92-
- [Regular expressions functions (Transact-SQL)](regular-expressions-functions-transact-sql.md)
92+
- [Regular expressions functions (Transact-SQL)](regular-expressions-functions-transact-sql.md)

0 commit comments

Comments
 (0)