Skip to content

Commit 68c44e0

Browse files
committed
[SCOPED] Update SSMS links (part 6)
1 parent 145f243 commit 68c44e0

File tree

70 files changed

+87
-88
lines changed

Some content is hidden

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

70 files changed

+87
-88
lines changed

docs/database-engine/availability-groups/windows/use-object-explorer-details-to-monitor-availability-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ helpviewer_keywords:
1919
This topic describes how to use the **Object Explorer Details** pane of [!INCLUDE[ssManStudioFull](../../../includes/ssmanstudiofull-md.md)] to monitor and manage existing Always On availability groups, availability replicas, and availability databases.
2020

2121
> [!NOTE]
22-
> For information about using the Object Explorer Details pane, see [Object Explorer Details Pane](../../../ssms/object/object-explorer-details-pane.md).
22+
> For information about using the Object Explorer Details pane, see [Object Explorer Details Pane](/ssms/object/object-explorer-details-pane).
2323
2424

2525
## <a name="Prerequisites"></a> Prerequisites

docs/database-engine/configure-windows/configure-the-remote-access-server-configuration-option.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ If you reached this page because you're having trouble connecting to [!INCLUDE [
2828
- [Tutorial: Get started with the Database Engine](../../relational-databases/tutorial-getting-started-with-the-database-engine.md)
2929
- [Sign in to SQL Server](logging-in-to-sql-server.md)
3030
- [Connect to SQL Server when system administrators are locked out](connect-to-sql-server-when-system-administrators-are-locked-out.md)
31-
- [Connect to a registered server (SQL Server Management Studio)](../../ssms/register-servers/connect-to-a-registered-server-sql-server-management-studio.md)
32-
- [Connect to any SQL Server component from SQL Server Management Studio](../../ssms/f1-help/connect-to-any-sql-server-component-from-sql-server-management-studio.md)
31+
- [Connect to a registered server (SQL Server Management Studio)](/ssms/register-servers/connect-to-a-registered-server-sql-server-management-studio)
32+
- [Connect to any SQL Server component from SQL Server Management Studio](/ssms/f1-help/connect-to-any-sql-server-component-from-sql-server-management-studio)
3333
- [sqlcmd - Connect to the Database Engine](../../tools/sqlcmd/sqlcmd-connect-database-engine.md)
3434
- [How to troubleshoot connecting to the SQL Server Database Engine](/troubleshoot/sql/connect/network-related-or-instance-specific-error-occurred-while-establishing-connection)
3535

docs/database-engine/configure-windows/database-engine-instances-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can run multiple instances of the [!INCLUDE [ssDE](../../includes/ssde-md.md
3131
| Describes how to manage the service associated with an instance of the [!INCLUDE [ssDE](../../includes/ssde-md.md)]. This includes actions such as starting and stopping the service, or configuring startup options. | [Manage the Database Engine services](manage-the-database-engine-services.md) |
3232
| Describes how to perform server network configuration tasks such as: enabling protocols, modifying the port or pipe used by a protocol, configuring encryption, configuring the SQL Server Browser service, exposing or hiding the SQL Server Database Engine on the network, and registering the Server Principal Name. | [Server network configuration](server-network-configuration.md) |
3333
| Describes how to perform client network configuration tasks such as configuring client protocols and creating or deleting a Server Alias. | [Client network configuration](client-network-configuration.md) |
34-
| Describes the [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)] editors that can be used to design, debug, and run scripts such as [!INCLUDE [tsql](../../includes/tsql-md.md)] scripts. Also describes how to code Windows PowerShell scripts to work with SQL Server components. | [Database Engine Scripting](../../ssms/scripting/database-engine-scripting.md) |
34+
| Describes the [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)] editors that can be used to design, debug, and run scripts such as [!INCLUDE [tsql](../../includes/tsql-md.md)] scripts. Also describes how to code Windows PowerShell scripts to work with SQL Server components. | [Database Engine Scripting](/ssms/scripting/database-engine-scripting) |
3535
| Describes how to use maintenance plans to specify a workflow of common administration tasks for an instance. Workflows include tasks such as backing up databases and updating statistics to improve performance. | [Maintenance plans](../../relational-databases/maintenance-plans/maintenance-plans.md) |
3636
| Describes how to use the resource governor to manage resource consumption and workloads by specifying limits to the amount of CPU and memory that application requests can use. | [Resource governor](../../relational-databases/resource-governor/resource-governor.md) |
3737
| Describes how database applications can use database mail to send e-mail messages from the [!INCLUDE [ssDE](../../includes/ssde-md.md)]. | [Database Mail](../../relational-databases/database-mail/database-mail.md) |

docs/database-engine/configure-windows/scm-services-change-the-service-startup-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ This article describes how to use SQL Server Configuration Manager to change the
6161
## Related content
6262

6363
- [Start, stop, pause, resume, and restart SQL Server services](start-stop-pause-resume-restart-sql-server-services.md)
64-
- [Configure WMI to Show Server Status in SQL Server Tools](../../ssms/configure-wmi-to-show-server-status-in-sql-server-tools.md)
64+
- [Configure WMI to Show Server Status in SQL Server Tools](/ssms/configure-wmi-to-show-server-status-in-sql-server-tools)

docs/database-engine/configure-windows/scm-services-connect-to-another-computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ To start, stop, pause, or resume services on another computer, you can also conn
6868
6969
## Related content
7070

71-
- [Configure WMI to Show Server Status in SQL Server Tools](../../ssms/configure-wmi-to-show-server-status-in-sql-server-tools.md)
71+
- [Configure WMI to Show Server Status in SQL Server Tools](/ssms/configure-wmi-to-show-server-status-in-sql-server-tools)

docs/database-engine/configure-windows/scm-services-set-an-instance-to-start-automatically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ This article describes how to set an instance of [!INCLUDE [ssNoVersion](../../i
4545

4646
- [SQL Server Configuration Manager: Prevent automatic startup of an instance](scm-services-prevent-automatic-startup-of-an-instance.md)
4747
- [SQL Server Configuration Manager: Connect to another computer](scm-services-connect-to-another-computer.md)
48-
- [Configure WMI to Show Server Status in SQL Server Tools](../../ssms/configure-wmi-to-show-server-status-in-sql-server-tools.md)
48+
- [Configure WMI to Show Server Status in SQL Server Tools](/ssms/configure-wmi-to-show-server-status-in-sql-server-tools)

docs/database-engine/configure-windows/security-requirements-for-managing-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SQL Server Configuration Manager and [!INCLUDE [ssManStudioFull](../../includes/
3838

3939
## Related tasks
4040

41-
[Configure WMI to Show Server Status in SQL Server Tools](../../ssms/configure-wmi-to-show-server-status-in-sql-server-tools.md)
41+
[Configure WMI to Show Server Status in SQL Server Tools](/ssms/configure-wmi-to-show-server-status-in-sql-server-tools)
4242

4343
## Related content
4444

docs/database-engine/configure-windows/server-properties-connections-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ View the currently running values for the options on this pane. These values are
7777

7878
## Related content
7979

80-
- [Options (Query Execution: SQL Server: Advanced Page)](../../ssms/f1-help/database-engine-query-editor-sql-server-management-studio.md)
80+
- [Options (Query Execution: SQL Server: Advanced Page)](/ssms/f1-help/database-engine-query-editor-sql-server-management-studio)
8181
- [Server configuration options](server-configuration-options-sql-server.md)

docs/database-engine/configure-windows/sql-server-browser-service-database-engine-and-ssas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ However, if the SQL Server Browser service isn't running, the following connecti
8080

8181
- The Online Analytical Processing (OLAP) redirector service.
8282

83-
- Enumerating servers in [SQL Server Management Studio](../../ssms/menu-help/about-sql-server-management-studio.md).
83+
- Enumerating servers in [SQL Server Management Studio](/ssms/menu-help/about-sql-server-management-studio).
8484

8585
Suppose you're using [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] in a client-server scenario (for example, when your application is accessing [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] across a network). If you stop or disable the SQL Server Browser service, you must assign a specific port number to each instance and configure your client application code to use that port number. This approach has the following problems:
8686

docs/database-engine/configure-windows/view-or-change-server-properties-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ For some properties, you might need to restart the server before the change can
166166
- [sp_configure (Transact-SQL)](../../relational-databases/system-stored-procedures/sp-configure-transact-sql.md)
167167
- [RECONFIGURE (Transact-SQL)](../../t-sql/language-elements/reconfigure-transact-sql.md)
168168
- [SELECT (Transact-SQL)](../../t-sql/queries/select-transact-sql.md)
169-
- [Configure WMI to Show Server Status in SQL Server Tools](../../ssms/configure-wmi-to-show-server-status-in-sql-server-tools.md)
169+
- [Configure WMI to Show Server Status in SQL Server Tools](/ssms/configure-wmi-to-show-server-status-in-sql-server-tools)
170170
- [SQL Server Configuration Manager](../../relational-databases/sql-server-configuration-manager.md)
171171
- [Configuration Functions (Transact-SQL)](../../t-sql/functions/configuration-functions-transact-sql.md)
172172
- [Server dynamic management views and functions (Transact-SQL)](../../relational-databases/system-dynamic-management-views/server-related-dynamic-management-views-and-functions-transact-sql.md)

0 commit comments

Comments
 (0)