Skip to content

Commit d0921ca

Browse files
20240416 refresh, remove sql mi
1 parent b0f448d commit d0921ca

2 files changed

Lines changed: 49 additions & 46 deletions

File tree

docs/relational-databases/replication/agents/start-and-stop-a-replication-agent-sql-server-management-studio.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@ title: "Start & stop a Replication Agent (SSMS)"
33
description: Learn how to start an stop a Replication Agent in SQL Server Management Studio and Replication Monitor.
44
author: "MashaMSFT"
55
ms.author: "mathoma"
6-
ms.date: "03/14/2017"
6+
ms.date: 04/16/2024
77
ms.service: sql
88
ms.subservice: replication
99
ms.topic: how-to
10-
ms.custom: updatefrequency5
10+
ms.custom:
11+
- updatefrequency5
1112
helpviewer_keywords:
1213
- "agents [SQL Server replication], stopping"
1314
- "agents [SQL Server replication], starting"
14-
monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
15+
monikerRange: ">=sql-server-2016"
1516
---
1617
# Start and Stop a Replication Agent (SQL Server Management Studio)
1718
[!INCLUDE [SQL Server](../../../includes/applies-to-version/sqlserver.md)]
18-
Start and stop agents from the **Jobs** folder and the **Replication** folder in [!INCLUDE[msCoName](../../../includes/msconame-md.md)] [!INCLUDE[ssManStudioFull](../../../includes/ssmanstudiofull-md.md)] and from Replication Monitor. Start and stop the following agents and jobs:
19+
20+
Start and stop agents from the **Jobs** folder and the **Replication** folder in [!INCLUDE [msCoName](../../../includes/msconame-md.md)] [!INCLUDE [ssManStudioFull](../../../includes/ssmanstudiofull-md.md)] and from Replication Monitor. Start and stop the following agents and jobs:
1921

2022
- The Snapshot Agent, which is used by all publications.
2123

@@ -29,39 +31,38 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
2931

3032
- Replication maintenance jobs.
3133

32-
For more information about starting the Merge Agent and the Distribution Agent, see [Synchronize a Push Subscription](../../../relational-databases/replication/synchronize-a-push-subscription.md) and [Synchronize a Pull Subscription](../../../relational-databases/replication/synchronize-a-pull-subscription.md). For more information about maintenance jobs, see [Run Replication Maintenance Jobs (SQL Server Management Studio)](../../../relational-databases/replication/administration/run-replication-maintenance-jobs-sql-server-management-studio.md).
34+
For more information about starting the Merge Agent and the Distribution Agent, see [Synchronize a Push Subscription](../../../relational-databases/replication/synchronize-a-push-subscription.md) and [Synchronize a Pull Subscription](../../../relational-databases/replication/synchronize-a-pull-subscription.md). For more information about maintenance jobs, see [Run Replication Maintenance Jobs (SQL Server Management Studio)](../../../relational-databases/replication/administration/run-replication-maintenance-jobs-sql-server-management-studio.md).
3335

3436
For information about starting Replication Monitor, see [Start the Replication Monitor](../../../relational-databases/replication/monitor/start-the-replication-monitor.md).
3537

36-
### To start and stop a Snapshot Agent or Log Reader Agent from Management Studio
38+
### <a id="to-start-and-stop-a-snapshot-agent-or-log-reader-agent-from-management-studio"></a> Start and stop a Snapshot Agent or Log Reader Agent from Management Studio
3739

38-
1. Connect to the Publisher in [!INCLUDE[ssManStudio](../../../includes/ssmanstudio-md.md)], and then expand the server node and the **Replication** folder.
40+
1. Connect to the Publisher in [!INCLUDE [ssManStudio](../../../includes/ssmanstudio-md.md)], and then expand the server node and the **Replication** folder.
3941

40-
2. Expand the **Local Publications** folder, and then right-click a publication.
42+
1. Expand the **Local Publications** folder, and then right-click a publication.
4143

42-
3. Click **View Snapshot Agent Status** or **View Log Reader Agent Status**.
44+
1. Select **View Snapshot Agent Status** or **View Log Reader Agent Status**.
4345

44-
4. Click **Start** or **Stop**.
46+
1. Select **Start** or **Stop**.
4547

46-
### To start and stop a Queue Reader Agent from Management Studio
48+
### <a id="to-start-and-stop-a-queue-reader-agent-from-management-studio"></a> Start and stop a Queue Reader Agent from Management Studio
4749

48-
1. Connect to the Distributor in [!INCLUDE[ssManStudio](../../../includes/ssmanstudio-md.md)], and then expand the server node.
50+
1. Connect to the Distributor in [!INCLUDE [ssManStudio](../../../includes/ssmanstudio-md.md)], and then expand the server node.
4951

50-
2. Expand the **SQL Server Agent** folder, and then expand the **Jobs** folder.
52+
1. Expand the **SQL Server Agent** folder, and then expand the **Jobs** folder.
5153

52-
3. Right-click the job for the agent, and then click **Start Job** or **Stop Job**. The name of the job for the Queue Reader Agent is in the form **[\<Distributor>].\<integer>**.
54+
1. Right-click the job for the agent, and then select **Start Job** or **Stop Job**. The name of the job for the Queue Reader Agent is in the form **[\<Distributor>].\<integer>**.
5355

54-
### To start and stop a Snapshot Agent, Log Reader Agent, or Queue Reader Agent from Replication Monitor
56+
### <a id="to-start-and-stop-a-snapshot-agent-log-reader-agent-or-queue-reader-agent-from-replication-monitor"></a> Start and stop a Snapshot Agent, Log Reader Agent, or Queue Reader Agent from Replication Monitor
5557

56-
1. Expand a Publisher group in the left pane, expand a Publisher, and then click a publication.
58+
1. Expand a Publisher group in the left pane, expand a Publisher, and then select a publication.
5759

58-
2. Click the **Agents** tab.
59-
60-
3. Right-click an agent, and then click **Start Agent** or **Stop Agent**.
61-
62-
## See Also
63-
[Monitoring Replication](../../../relational-databases/replication/monitor/monitoring-replication.md)
64-
[Replication Agent Executables Concepts](../../../relational-databases/replication/concepts/replication-agent-executables-concepts.md)
65-
[Replication Agents Overview](../../../relational-databases/replication/agents/replication-agents-overview.md)
60+
1. Select the **Agents** tab.
6661

62+
1. Right-click an agent, and then select **Start Agent** or **Stop Agent**.
6763

64+
## Related content
65+
66+
- [Monitoring Replication](../../../relational-databases/replication/monitor/monitoring-replication.md)
67+
- [Replication Agent Executables Concepts](../../../relational-databases/replication/concepts/replication-agent-executables-concepts.md)
68+
- [Replication Agents Overview](../../../relational-databases/replication/agents/replication-agents-overview.md)

0 commit comments

Comments
 (0)