Skip to content

Commit 19dd8c4

Browse files
committed
[SCOPED] Update SSMS Agent links (part 2)
1 parent 59811bc commit 19dd8c4

File tree

45 files changed

+72
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+72
-72
lines changed

docs/database-engine/database-mirroring/use-warning-thresholds-and-alerts-on-mirroring-performance-metrics-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ helpviewer_keywords:
9494
## <a name="RelatedTasks"></a> Related Tasks
9595
**To create an alert using SQL Server Management Studio**
9696

97-
- [Create an Alert Using an Error Number](../../ssms/agent/create-an-alert-using-an-error-number.md)
97+
- [Create an Alert Using an Error Number](/ssms/agent/create-an-alert-using-an-error-number)
9898

99-
- [Create a WMI Event Alert](../../ssms/agent/create-a-wmi-event-alert.md)
99+
- [Create a WMI Event Alert](/ssms/agent/create-a-wmi-event-alert)
100100

101101
**To monitor database mirroring**
102102

docs/database-engine/log-shipping/add-a-secondary-database-to-a-log-shipping-configuration-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ helpviewer_keywords:
7171

7272
4. On the primary server, execute [sp_add_log_shipping_primary_secondary](../../relational-databases/system-stored-procedures/sp-add-log-shipping-primary-secondary-transact-sql.md) to add the required information about the new secondary database to the primary server.
7373

74-
5. On the secondary server, enable the copy and restore jobs. For more information, see [Disable or Enable a Job](../../ssms/agent/disable-or-enable-a-job.md).
74+
5. On the secondary server, enable the copy and restore jobs. For more information, see [Disable or Enable a Job](/ssms/agent/disable-or-enable-a-job).
7575

7676
## <a name="RelatedTasks"></a> Related Tasks
7777

docs/database-engine/log-shipping/configure-log-shipping-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To configure log shopping by using [!INCLUDE[ssManStudio](../../includes/ssmanst
133133

134134
9. On the primary server, execute [sp_add_log_shipping_primary_secondary](../../relational-databases/system-stored-procedures/sp-add-log-shipping-primary-secondary-transact-sql.md) to add the required information about the new secondary database to the primary server.
135135

136-
10. On the secondary server, enable the copy and restore jobs. For more information, see [Disable or Enable a Job](../../ssms/agent/disable-or-enable-a-job.md).
136+
10. On the secondary server, enable the copy and restore jobs. For more information, see [Disable or Enable a Job](/ssms/agent/disable-or-enable-a-job).
137137

138138
---
139139

docs/database-engine/log-shipping/remove-a-secondary-database-from-a-log-shipping-configuration-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ helpviewer_keywords:
6666
> [!NOTE]
6767
> If there are no other secondary databases with the same secondary ID, **sp_delete_log_shipping_secondary_primary** is invoked from **sp_delete_log_shipping_secondary_database** and deletes the entry for the secondary ID and the copy and restore jobs.
6868
69-
3. On the secondary server, disable the copy and restore jobs. For more information, see [Disable or Enable a Job](../../ssms/agent/disable-or-enable-a-job.md).
69+
3. On the secondary server, disable the copy and restore jobs. For more information, see [Disable or Enable a Job](/ssms/agent/disable-or-enable-a-job).
7070

7171
## <a name="RelatedTasks"></a> Related Tasks
7272

docs/database-engine/log-shipping/remove-log-shipping-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ helpviewer_keywords:
6464
6565
3. On the log shipping primary server, execute **sp_delete_log_shipping_primary_database** to delete information about the log shipping configuration from the primary server. This also deletes the backup job.
6666

67-
4. On the log shipping primary server, disable the backup job. For more information, see [Disable or Enable a Job](../../ssms/agent/disable-or-enable-a-job.md).
67+
4. On the log shipping primary server, disable the backup job. For more information, see [Disable or Enable a Job](/ssms/agent/disable-or-enable-a-job).
6868

6969
5. On the log shipping secondary server, disable the copy and restore jobs.
7070

@@ -84,7 +84,7 @@ helpviewer_keywords:
8484

8585
- [Fail Over to a Log Shipping Secondary &#40;SQL Server&#41;](../../database-engine/log-shipping/fail-over-to-a-log-shipping-secondary-sql-server.md)
8686

87-
- [Disable or Enable a Job](../../ssms/agent/disable-or-enable-a-job.md)
87+
- [Disable or Enable a Job](/ssms/agent/disable-or-enable-a-job)
8888

8989
## See Also
9090
[About Log Shipping &#40;SQL Server&#41;](../../database-engine/log-shipping/about-log-shipping-sql-server.md)

docs/integration-services/control-flow/execute-sql-server-agent-job-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ helpviewer_keywords:
1919
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2020

2121

22-
The Execute [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent Job task runs [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent jobs. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent is a [!INCLUDE[msCoName](../../includes/msconame-md.md)] Windows service that runs jobs that have been defined in an instance of SQL Server. You can create jobs that execute Transact-SQL statements and ActiveX scripts, perform [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] and Replication maintenance tasks, or run packages. You can also configure a job to monitor [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and fire alerts. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent jobs are typically used to automate tasks that you perform repeatedly. For more information, see [Implement Jobs](../../ssms/agent/implement-jobs.md).
22+
The Execute [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent Job task runs [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent jobs. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent is a [!INCLUDE[msCoName](../../includes/msconame-md.md)] Windows service that runs jobs that have been defined in an instance of SQL Server. You can create jobs that execute Transact-SQL statements and ActiveX scripts, perform [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] and Replication maintenance tasks, or run packages. You can also configure a job to monitor [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and fire alerts. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent jobs are typically used to automate tasks that you perform repeatedly. For more information, see [Implement Jobs](/ssms/agent/implement-jobs).
2323

2424
By using the Execute [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent Job task, a package can perform administrative tasks related to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] components. For example, a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent job can run a system stored procedure such as **sp_enum_dtspackages** to obtain a list of packages in a folder.
2525

docs/integration-services/control-flow/notify-operator-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ helpviewer_keywords:
1919
[!INCLUDE[sqlserver-ssis](../../includes/applies-to-version/sqlserver-ssis.md)]
2020

2121

22-
The Notify Operator task sends notification messages to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent operators. A [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent operator is an alias for a person or group that can receive electronic notifications. For more information about [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] operators, see [Operators](../../ssms/agent/operators.md).
22+
The Notify Operator task sends notification messages to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent operators. A [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent operator is an alias for a person or group that can receive electronic notifications. For more information about [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] operators, see [Operators](/ssms/agent/operators).
2323

2424
By using the Notify Operator task, a package can notify one or more operators via e-mail, pager, or **net send**. Each operator can be notified by different methods. For example, OperatorA is notified by e-mail and pager, and OperatorB is notified by pager and **net send**. The operators who receive notifications from the task must be members of the **OperatorNotify** collection on the Notify Operator task.
2525

docs/integration-services/control-flow/transfer-jobs-task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ helpviewer_keywords:
7474
Use the **General** page of the **Transfer Jobs Task Editor** dialog box to name and describe the Transfer Jobs task.
7575

7676
> [!NOTE]
77-
> Only members of the **sysadmin** fixed server role or one of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent fixed database roles on the destination server can successfully create jobs there. To access jobs on the source server, users must be a member of at least the **SQLAgentUserRole** fixed database role there. For more information about [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent fixed database roles and their permissions, see [SQL Server Agent Fixed Database Roles](../../ssms/agent/sql-server-agent-fixed-database-roles.md).
77+
> Only members of the **sysadmin** fixed server role or one of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent fixed database roles on the destination server can successfully create jobs there. To access jobs on the source server, users must be a member of at least the **SQLAgentUserRole** fixed database role there. For more information about [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent fixed database roles and their permissions, see [SQL Server Agent Fixed Database Roles](/ssms/agent/sql-server-agent-fixed-database-roles).
7878
7979
### Options
8080
**Name**
@@ -90,7 +90,7 @@ helpviewer_keywords:
9090
Use the **Jobs** page of the **Transfer Jobs Task Editor** dialog box to specify properties for copying one or more [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent jobs from one instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to another.
9191

9292
> [!NOTE]
93-
> To access jobs on the source server, users must be a member of at least the **SQLAgentUserRole** fixed database role on the server. To successfully create jobs on the destination server, the user must be a member of the **sysadmin** fixed server role or one of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent fixed database roles. For more information about [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent fixed database roles and their permissions, see [SQL Server Agent Fixed Database Roles](../../ssms/agent/sql-server-agent-fixed-database-roles.md).
93+
> To access jobs on the source server, users must be a member of at least the **SQLAgentUserRole** fixed database role on the server. To successfully create jobs on the destination server, the user must be a member of the **sysadmin** fixed server role or one of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent fixed database roles. For more information about [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent fixed database roles and their permissions, see [SQL Server Agent Fixed Database Roles](/ssms/agent/sql-server-agent-fixed-database-roles).
9494
9595
### Options
9696
**SourceConnection**

docs/linux/sql-server-linux-run-sql-server-agent-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ In this tutorial, you learned how to:
200200
Next, explore other capabilities for creating and managing jobs:
201201

202202
> [!div class="nextstepaction"]
203-
> [SQL Server Agent documentation](../ssms/agent/sql-server-agent.md)
203+
> [SQL Server Agent documentation](/ssms/agent/sql-server-agent)

docs/relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ GO
210210

211211
- [Create a maintenance plan](../maintenance-plans/create-a-maintenance-plan.md)
212212

213-
- [Create a SQL Server Agent job in SQL Server Management Studio](../../ssms/agent/create-a-job.md)
213+
- [Create a SQL Server Agent job in SQL Server Management Studio](/ssms/agent/create-a-job)
214214

215-
- [Configure schedule for SQL Server Agent job](../../ssms/agent/schedule-a-job.md)
215+
- [Configure schedule for SQL Server Agent job](/ssms/agent/schedule-a-job)
216216

217217
<a id="working-with-backup-devices-and-backup-media"></a>
218218

0 commit comments

Comments
 (0)