Skip to content

Commit f4ee08e

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

77 files changed

Lines changed: 107 additions & 107 deletions

File tree

Some content is hidden

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

docs/database-engine/availability-groups/windows/active-secondaries-backup-on-secondary-replicas-always-on-availability-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Performing backups on a secondary replica to offload the backup workload from th
8181
- [Configure backups on secondary replicas of an Always On availability group](configure-backup-on-availability-replicas-sql-server.md)
8282
- [sys.fn_hadr_backup_is_preferred_replica](../../../relational-databases/system-functions/sys-fn-hadr-backup-is-preferred-replica-transact-sql.md)
8383
- [Use the Maintenance Plan Wizard](../../../relational-databases/maintenance-plans/use-the-maintenance-plan-wizard.md)
84-
- [Implement Jobs](../../../ssms/agent/implement-jobs.md)
84+
- [Implement Jobs](/ssms/agent/implement-jobs)
8585
- [What is an Always On availability group?](overview-of-always-on-availability-groups-sql-server.md)
8686
- [Copy-only backups](../../../relational-databases/backup-restore/copy-only-backups-sql-server.md)
8787
- [CREATE AVAILABILITY GROUP (Transact-SQL)](../../../t-sql/statements/create-availability-group-transact-sql.md)

docs/database-engine/availability-groups/windows/logins-and-jobs-for-availability-group-databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ For more information, see [Orphaned Users with Database Mirroring and Log Shippi
5656

5757
- [Create a Login](../../../relational-databases/security/authentication-access/create-a-login.md)
5858
- [Create a database user](../../../relational-databases/security/authentication-access/create-a-database-user.md)
59-
- [Create a Job](../../../ssms/agent/create-a-job.md)
59+
- [Create a Job](/ssms/agent/create-a-job)
6060
- [Manage Metadata When Making a Database Available on Another Server](../../../relational-databases/databases/manage-metadata-when-making-a-database-available-on-another-server.md)
6161

6262
## Related content
6363

6464
- [What is an Always On availability group?](overview-of-always-on-availability-groups-sql-server.md)
6565
- [Contained Databases](../../../relational-databases/databases/contained-databases.md)
66-
- [Create Jobs](../../../ssms/agent/create-jobs.md)
66+
- [Create Jobs](/ssms/agent/create-jobs)

docs/database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ For more information, see [Automatic Page Repair (Availability Groups: Database
277277
- [Remote Blob Store (RBS) (SQL Server)](../../../relational-databases/blob/remote-blob-store-rbs-sql-server.md)
278278
- [SQL Server Replication](../../../relational-databases/replication/sql-server-replication.md)
279279
- [Service Broker](../../configure-windows/sql-server-service-broker.md)
280-
- [SQL Server Agent](../../../ssms/agent/sql-server-agent.md)
280+
- [SQL Server Agent](/ssms/agent/sql-server-agent)
281281
- [Reporting Services with Always On Availability Groups (SQL Server)](reporting-services-with-always-on-availability-groups-sql-server.md)
282282
- [Resource governor](../../../relational-databases/resource-governor/resource-governor.md)
283283
- [TDS 8.0](../../../relational-databases/security/networking/tds-8.md), starting with [!INCLUDE [ssSQL25](../../../includes/sssql25-md.md)]

docs/database-engine/configure-windows/agent-xps-server-configuration-option.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ GO
5252

5353
## Related content
5454

55-
- [Automated Administration Tasks (SQL Server Agent)](../../ssms/agent/automated-administration-tasks-sql-server-agent.md)
56-
- [Start, Stop, or Pause the SQL Server Agent Service](../../ssms/agent/start-stop-or-pause-the-sql-server-agent-service.md)
55+
- [Automated Administration Tasks (SQL Server Agent)](/ssms/agent/automated-administration-tasks-sql-server-agent)
56+
- [Start, Stop, or Pause the SQL Server Agent Service](/ssms/agent/start-stop-or-pause-the-sql-server-agent-service)

docs/database-engine/configure-windows/blocked-process-threshold-server-configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use the `blocked process threshold` option to specify the threshold, in seconds,
1919

2020
By default, no blocked process reports are produced. This event isn't generated for system tasks or for tasks that are waiting on resources that don't generate detectable deadlocks.
2121

22-
You can define an [alert](../../ssms/agent/alerts.md) to be executed when this event is generated. So for example, you can choose to page the administrator to take appropriate action to handle the blocking situation.
22+
You can define an [alert](/ssms/agent/alerts) to be executed when this event is generated. So for example, you can choose to page the administrator to take appropriate action to handle the blocking situation.
2323

2424
Blocked process threshold uses the deadlock monitor background thread to walk through the list of tasks waiting for a time greater than or multiples of the configured threshold. The event is generated once per reporting interval for each of the blocked tasks.
2525

docs/database-engine/configure-windows/manage-the-database-engine-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ Because SQL Server Configuration Manager is a snap-in for the [!INCLUDE [msconam
7575

7676
## Related content
7777

78-
- [Configure SQL Server Agent](../../ssms/agent/configure-sql-server-agent.md)
78+
- [Configure SQL Server Agent](/ssms/agent/configure-sql-server-agent)
7979
- [Sign in to SQL Server](logging-in-to-sql-server.md)

docs/database-engine/configure-windows/scm-services-configure-server-startup-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ Configuring server startup options is restricted to users who can change the rel
8181

8282
- [Single-user mode for SQL Server](start-sql-server-in-single-user-mode.md)
8383
- [Connect to SQL Server when system administrators are locked out](connect-to-sql-server-when-system-administrators-are-locked-out.md)
84-
- [Start, stop, or pause the SQL Server Agent service](../../ssms/agent/start-stop-or-pause-the-sql-server-agent-service.md)
84+
- [Start, stop, or pause the SQL Server Agent service](/ssms/agent/start-stop-or-pause-the-sql-server-agent-service)
8585
- [Database Engine Service startup options](database-engine-service-startup-options.md)

docs/database-engine/configure-windows/start-sql-server-in-single-user-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To get around the problem use the following procedure:
9191
## Related content
9292

9393
- [Restore the master database on Linux in single-user mode](../../linux/sql-server-linux-restore-master-database-in-single-user-mode.md)
94-
- [Start, Stop, or Pause the SQL Server Agent Service](../../ssms/agent/start-stop-or-pause-the-sql-server-agent-service.md)
94+
- [Start, Stop, or Pause the SQL Server Agent Service](/ssms/agent/start-stop-or-pause-the-sql-server-agent-service)
9595
- [Diagnostic connection for database administrators](diagnostic-connection-for-database-administrators.md)
9696
- [sqlcmd Utility](../../tools/sqlcmd/sqlcmd-utility.md)
9797
- [CHECKPOINT (Transact-SQL)](../../t-sql/language-elements/checkpoint-transact-sql.md)

docs/database-engine/configure-windows/start-sql-server-with-minimal-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ After the server has been started with minimal configuration, you should change
3636
3737
## Related content
3838

39-
- [Start, Stop, or Pause the SQL Server Agent Service](../../ssms/agent/start-stop-or-pause-the-sql-server-agent-service.md)
39+
- [Start, Stop, or Pause the SQL Server Agent Service](/ssms/agent/start-stop-or-pause-the-sql-server-agent-service)
4040
- [Diagnostic connection for database administrators](diagnostic-connection-for-database-administrators.md)
4141
- [sqlcmd Utility](../../tools/sqlcmd/sqlcmd-utility.md)
4242
- [Server configuration options](server-configuration-options-sql-server.md)

docs/database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] on Linux, see [St
5353
| Service | Description |
5454
| --- | --- |
5555
| **Database Engine service** | The [!INCLUDE [ssDE](../../includes/ssde-md.md)] service can be the default instance (limit one per computer) or can be one of many named instances on the computer. Use [SQL Server Configuration Manager](../../relational-databases/sql-server-configuration-manager.md) to find out which instances of the [!INCLUDE [ssDE](../../includes/ssde-md.md)] are installed on the computer. The default instance (if you install it) is listed as **SQL Server (MSSQLSERVER)**. Named instances (if you install them) are listed as **SQL Server (<instance_name>)**. By default, [!INCLUDE [ssNoVersion](../../includes/ssexpress-md.md)] is installed as **SQL Server (SQLEXPRESS)**. |
56-
| **SQL Server Agent service** | The SQL Server Agent service executes scheduled administrative tasks, which are called jobs and alerts. For more information, see [SQL Server Agent](../../ssms/agent/sql-server-agent.md). SQL Server Agent isn't available in every edition of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], see [Editions and supported features of SQL Server 2022](../../sql-server/editions-and-components-of-sql-server-2022.md). |
56+
| **SQL Server Agent service** | The SQL Server Agent service executes scheduled administrative tasks, which are called jobs and alerts. For more information, see [SQL Server Agent](/ssms/agent/sql-server-agent). SQL Server Agent isn't available in every edition of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], see [Editions and supported features of SQL Server 2022](../../sql-server/editions-and-components-of-sql-server-2022.md). |
5757
| **SQL Server Browser service** | The SQL Server Browser service listens for incoming requests for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] resources and provides clients information about [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instances installed on the computer. A single instance of the SQL Server Browser service is used by all instances of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] installed on the computer. |
5858

5959
If you pause the [!INCLUDE [ssDE](../../includes/ssde-md.md)] service, users who are already connected can continue to work until their connections are broken, but new users can't connect to the [!INCLUDE [ssDE](../../includes/ssde-md.md)]. Use **Pause** when you want to wait for users to complete their work before you stop the service, which lets them complete transactions that are in progress. **Resume** allows the [!INCLUDE [ssDE](../../includes/ssde-md.md)] to accept new connections again. The SQL Server Agent service can't be paused or resumed.

0 commit comments

Comments
 (0)