Skip to content

Commit 1ea9906

Browse files
authored
Merge pull request #13207 from markingmyname/okr1612928
[SSMS] [SEO work] Short title metadata for register server articles
2 parents cb96b61 + 1ca0410 commit 1ea9906

17 files changed

Lines changed: 291 additions & 249 deletions
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
---
2-
title: "Change a Server's Registration (SQL Server Management Studio)"
3-
ms.custom: seo-lt-2019
4-
ms.date: "03/01/2017"
2+
title: Change a Server's Registration
53
ms.prod: sql
6-
ms.prod_service: "sql-tools"
7-
ms.reviewer: ""
4+
ms.prod_service: sql-tools
85
ms.technology: ssms
96
ms.topic: conceptual
10-
helpviewer_keywords:
11-
- "modifying registered server connection information"
12-
- "Registered Servers [SQL Server], connection information changes"
137
ms.assetid: ce6d9d88-3ac8-4f5d-8ea9-e9b55ceca0f4
14-
author: "markingmyname"
15-
ms.author: "maghan"
8+
author: markingmyname
9+
ms.author: maghan
10+
ms.manager: jroth
11+
ms.reviewer: ""
12+
ms.custom: seo-lt-2019
13+
ms.date: 03/01/2017
1614
---
15+
1716
# Change a Server's Registration (SQL Server Management Studio)
17+
1818
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
19-
This topic describes how to change a server's registration in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. You can change the connection information for a registered server at any time.
20-
21-
## <a name="SSMSProcedure"></a>
22-
23-
#### To change a server's registration
24-
25-
1. In Registered Servers, right-click a server, and then click **Properties**.
26-
27-
2. In the **Edit Server Registration Properties** dialog box, modify the server, login information, or connection properties, and then click **Save**.
28-
29-
## See Also
30-
[Register Servers](../../tools/sql-server-management-studio/register-servers.md)
31-
32-
19+
20+
This topic describes how to change a server's registration in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. You can change the connection information for a registered server at any time.
21+
22+
## <a name="SSMSProcedure"></a>
23+
24+
### To change a server's registration
25+
26+
1. In Registered Servers, right-click a server, and then click **Properties**.
27+
28+
2. In the **Edit Server Registration Properties** dialog box, modify the server, login information, or connection properties, and then click **Save**.
29+
30+
## See Also
31+
32+
[Register Servers](../../tools/sql-server-management-studio/register-servers.md)
Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,44 @@
11
---
2-
title: "Change the Name of Registered Server or Registered Server Group"
3-
ms.custom: seo-lt-2019
4-
ms.date: "08/02/2016"
2+
title: Change the Name of Registered Server or Server Group
53
ms.prod: sql
6-
ms.prod_service: "sql-tools"
7-
ms.reviewer: ""
4+
ms.prod_service: sql-tools
85
ms.technology: ssms
96
ms.topic: conceptual
10-
helpviewer_keywords:
11-
- "modifying registered server or server group names"
12-
- "server groups [SQL Server]"
13-
- "Registered Servers [SQL Server], names"
14-
- "renaming registered server or server group"
15-
- "names [SQL Server], registered server or server group"
167
ms.assetid: 10e1546b-9edb-400c-8676-2ea1192d6134
17-
author: "markingmyname"
18-
ms.author: "maghan"
8+
author: markingmyname
9+
ms.author: maghan
10+
ms.manager: jroth
11+
ms.reviewer: ""
12+
ms.custom: seo-lt-2019
13+
ms.date: 08/02/2016
1914
---
15+
2016
# Change the Name of Registered Server or Registered Server Group
17+
2118
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
22-
This topic describes how to change the name of a registered server or server group in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. The name can be changed at any time. Changing the name of a server in Registered Servers only changes how the name is displayed. To connect to a different server, you must edit the connection properties of the registered server.
23-
24-
## <a name="SSMSProcedure"></a> Using SQL Server Management Studio
25-
From the menu navigate to **View\\Registered Servers** to open the **Registered Servers** pane.
26-
#### To change the name of a server
27-
28-
1. In **Registered Servers**, expand **Database Engine** and then **Local Server Groups**.
2919

30-
2. Right-click a server and select **Properties** to open the **Edit Server Registration Properties** dialog window.
31-
32-
3. In the **Registered server name** text box, type the new name for the server registration, and then click **Save**.
20+
This topic describes how to change the name of a registered server or server group in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. The name can be changed at any time. Changing the name of a server in Registered Servers only changes how the name is displayed. To connect to a different server, you must edit the connection properties of the registered server.
3321

34-
#### To change the name of a server group
35-
36-
1. In **Registered Servers**, expand **Database Engine** and then **Local Server Groups**.
22+
## <a name="SSMSProcedure"></a> Using SQL Server Management Studio
3723

38-
2. Right-click a server group and select **Properties** to open the **Edit Server Group Properties** dialog window.
39-
40-
3. In the **Group name** text box, type the new name for the server group, and then click **Save**.
41-
42-
## See Also
43-
[Change a Server's Registration &#40;SQL Server Management Studio&#41;](../../tools/sql-server-management-studio/change-a-server-s-registration-sql-server-management-studio.md)
44-
45-
24+
From the menu navigate to **View\\Registered Servers** to open the **Registered Servers** pane.
25+
26+
### To change the name of a server
27+
28+
1. In **Registered Servers**, expand **Database Engine** and then **Local Server Groups**.
29+
30+
2. Right-click a server and select **Properties** to open the **Edit Server Registration Properties** dialog window.
31+
32+
3. In the **Registered server name** text box, type the new name for the server registration, and then click **Save**.
33+
34+
### To change the name of a server group
35+
36+
1. In **Registered Servers**, expand **Database Engine** and then **Local Server Groups**.
37+
38+
2. Right-click a server group and select **Properties** to open the **Edit Server Group Properties** dialog window.
39+
40+
3. In the **Group name** text box, type the new name for the server group, and then click **Save**.
41+
42+
## See Also
43+
44+
[Change a Server's Registration &#40;SQL Server Management Studio&#41;](../../tools/sql-server-management-studio/change-a-server-s-registration-sql-server-management-studio.md)
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
---
2-
title: "Connect to a Registered Server (SQL Server Management Studio)"
3-
ms.custom: seo-lt-2019
4-
ms.date: "03/01/2017"
2+
title: Connect to a Registered Server
53
ms.prod: sql
6-
ms.prod_service: "sql-tools"
7-
ms.reviewer: ""
4+
ms.prod_service: sql-tools
85
ms.technology: ssms
96
ms.topic: conceptual
107
helpviewer_keywords:
118
- "Registered Servers [SQL Server], connections"
129
- "connections [SQL Server], registered servers"
1310
ms.assetid: e13f242e-33f4-4d8d-9b10-0652ef4d0156
14-
author: "markingmyname"
15-
ms.author: "maghan"
11+
author: markingmyname
12+
ms.author: maghan
13+
ms.reviewer: ""
14+
ms.manager: jroth
15+
ms.custom: seo-lt-2019
16+
ms.date: 03/01/2017
1617
---
18+
1719
# Connect to a Registered Server (SQL Server Management Studio)
20+
1821
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
19-
This topic describes how to connect to a registered server in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. If the server is not running or cannot be found on the network, Registered Servers displays an error.
20-
21-
## <a name="SSMSProcedure"></a>
22-
23-
#### To connect to a registered server
24-
25-
1. In Registered Servers, right-click a server, point to **Connect**, and then click **Object Explorer**.
26-
27-
22+
23+
This topic describes how to connect to a registered server in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. If the server is not running or cannot be found on the network, Registered Servers displays an error.
24+
25+
## <a name="SSMSProcedure"></a>
26+
27+
### To connect to a registered server
28+
29+
1. In Registered Servers, right-click a server, point to **Connect**, and then click **Object Explorer**.

docs/ssms/register-servers/create-a-central-management-server-and-server-group.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
---
2-
title: "Create a Central Management Server and Server Group"
3-
ms.custom: seo-lt-2019
4-
ms.date: "03/14/2017"
2+
title: Create a Central Management Server
53
ms.prod: sql
6-
ms.prod_service: "sql-tools"
7-
ms.reviewer: ""
4+
ms.prod_service: sql-tools
85
ms.technology: ssms
96
ms.topic: conceptual
107
helpviewer_keywords:
118
- "configuration server"
129
ms.assetid: da265482-3953-440a-ac23-0ab7e42a55eb
13-
author: "markingmyname"
14-
ms.author: "maghan"
10+
author: markingmyname
11+
ms.author: maghan
12+
ms.manager: jroth
13+
ms.reviewer: ""
14+
ms.custom: seo-lt-2019
15+
ms.date: 03/14/2017
1516
---
17+
1618
# Create a Central Management Server and Server Group
19+
1720
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
18-
This topic describes how to designate an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] as a central management server in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. Central management servers store a list of instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] that is organized into one or more central management server groups. Actions that are taken by using a central management server group act on all servers in the server group. This includes connecting to servers by using Object Explorer and executing [!INCLUDE[tsql](../../includes/tsql-md.md)] statements and Policy-Based Management policies on multiple servers at the same time.
21+
22+
This topic describes how to designate an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] as a central management server in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. Central management servers store a list of instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] that is organized into one or more central management server groups. Actions that are taken by using a central management server group act on all servers in the server group. This includes connecting to servers by using Object Explorer and executing [!INCLUDE[tsql](../../includes/tsql-md.md)] statements and Policy-Based Management policies on multiple servers at the same time.
1923

2024
> [!NOTE]
2125
> Versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] that are earlier than [!INCLUDE[ssKatmai](../../includes/sskatmai-md.md)] cannot be designated as a central management server.
@@ -56,7 +60,7 @@ ms.author: "maghan"
5660

5761
4. In **Registered Server**, enter a server name and optional description.
5862

59-
5. From the **Connection Properties** tab, review or modifiy the network and connection properties. For more information, see [Connect to Server &#40;Connection Properties Page&#41; Database Engine](https://msdn.microsoft.com/library/edc1143c-6a47-4b02-92ab-441bdea8ea8a)
63+
5. From the **Connection Properties** tab, review or modify the network and connection properties. For more information, see [Connect to Server &#40;Connection Properties Page&#41; Database Engine](https://msdn.microsoft.com/library/edc1143c-6a47-4b02-92ab-441bdea8ea8a)
6064

6165
6. Click **Test**, to test the connection.
6266

docs/ssms/register-servers/create-a-new-registered-server-sql-server-management-studio.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
2-
title: "Create a New Registered Server (SQL Server Management Studio)"
3-
ms.custom: seo-lt-2019
4-
ms.date: "03/14/2017"
2+
title: Create a New Registered Server
53
ms.prod: sql
6-
ms.prod_service: "sql-tools"
7-
ms.reviewer: ""
4+
ms.prod_service: sql-tools
85
ms.technology: ssms
96
ms.topic: conceptual
107
f1_keywords:
@@ -13,12 +10,19 @@ f1_keywords:
1310
helpviewer_keywords:
1411
- "Registered Servers [SQL Server], creating new registered servers"
1512
ms.assetid: 716ea070-a3b5-4514-9de2-82ce8a96514b
16-
author: "markingmyname"
17-
ms.author: "maghan"
13+
author: markingmyname
14+
ms.author: maghan
15+
ms.manager: jroth
16+
ms.reviewer: ""
17+
ms.custom: seo-lt-2019
18+
ms.date: 03/14/2017
1819
---
20+
1921
# Create a New Registered Server (SQL Server Management Studio)
22+
2023
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
21-
This topic describes how to save the connection information for servers that you access frequently, by registering the server in the Registered Servers component of [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. A server can be registered before connecting, or when connecting from Object Explorer. There is a special menu option to register the server instances on the local computer.
24+
25+
This topic describes how to save the connection information for servers that you access frequently, by registering the server in the Registered Servers component of [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. A server can be registered before connecting, or when connecting from Object Explorer. There is a special menu option to register the server instances on the local computer.
2226

2327
There are two kinds of registered servers:
2428

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
title: "Create or Edit a Server Group (SQL Server Management Studio)"
3-
ms.custom: seo-lt-2019
4-
ms.date: "03/01/2017"
2+
title: Create or Edit a Server Group
53
ms.prod: sql
6-
ms.prod_service: "sql-tools"
4+
ms.prod_service: sql-tools
75
ms.reviewer: ""
86
ms.technology: ssms
97
ms.topic: conceptual
@@ -15,31 +13,37 @@ helpviewer_keywords:
1513
- "server groups [SQL Server]"
1614
- "groups [SQL Server], server"
1715
ms.assetid: d4a942bd-2dd1-42db-ad0e-e9a9ae5b856d
18-
author: "markingmyname"
19-
ms.author: "maghan"
16+
author: markingmyname
17+
ms.author: maghan
18+
ms.manager: jroth
19+
ms.reviewer: ""
20+
ms.custom: seo-lt-2019
21+
ms.date: 03/01/2017
2022
---
23+
2124
# Create or Edit a Server Group (SQL Server Management Studio)
25+
2226
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
23-
This topic describes how to organize the servers in Registered Servers in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by creating server groups, and placing the servers in the server groups. You can create server groups in Registered Servers at any time, or you can create server groups when you register servers.
24-
25-
## <a name="SSMSProcedure"></a>
26-
27-
#### To create a server group in Registered Servers
28-
29-
1. In Registered Servers, click the server type on the Registered Servers toolbar. If Registered Servers is not visible, click **Registered Servers** on the **View** menu.
30-
31-
2. Right-click a server or a server group, point to **New**, and then click **Server Group**.
32-
33-
3. In the **New Server Group** dialog box, in the **Group name** list box, type a unique name for the server group. The server group name must be unique for the current location in the Registered Servers tree.
34-
35-
4. In the **Group description** list box, optionally type a friendly name that describes the server group, for example, "Finance Servers for Latin America."
36-
37-
5. In the **Select a location for the new server group** box, click a location for the group, and then click **Save**.
38-
39-
> [!NOTE]
40-
> You can also create a new server group while you are registering a server by clicking **New Group**, and then completing the **New Group** dialog box.
41-
42-
## See Also
43-
[Register Servers](../../tools/sql-server-management-studio/register-servers.md)
44-
45-
27+
28+
This topic describes how to organize the servers in Registered Servers in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by creating server groups, and placing the servers in the server groups. You can create server groups in Registered Servers at any time, or you can create server groups when you register servers.
29+
30+
## <a name="SSMSProcedure"></a>
31+
32+
### To create a server group in Registered Servers
33+
34+
1. In Registered Servers, click the server type on the Registered Servers toolbar. If Registered Servers is not visible, click **Registered Servers** on the **View** menu.
35+
36+
2. Right-click a server or a server group, point to **New**, and then click **Server Group**.
37+
38+
3. In the **New Server Group** dialog box, in the **Group name** list box, type a unique name for the server group. The server group name must be unique for the current location in the Registered Servers tree.
39+
40+
4. In the **Group description** list box, optionally type a friendly name that describes the server group, for example, "Finance Servers for Latin America."
41+
42+
5. In the **Select a location for the new server group** box, click a location for the group, and then click **Save**.
43+
44+
> [!NOTE]
45+
> You can also create a new server group while you are registering a server by clicking **New Group**, and then completing the **New Group** dialog box.
46+
47+
## See Also
48+
49+
[Register Servers](../../tools/sql-server-management-studio/register-servers.md)
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
2-
title: "Disconnect from a Registered Server (SQL Server Management Studio)"
3-
ms.custom: seo-lt-2019
4-
ms.date: "03/01/2017"
2+
title: Disconnect from a Registered Server
53
ms.prod: sql
6-
ms.prod_service: "sql-tools"
7-
ms.reviewer: ""
4+
ms.prod_service: sql-tools
85
ms.technology: ssms
96
ms.topic: conceptual
107
helpviewer_keywords:
@@ -13,17 +10,22 @@ helpviewer_keywords:
1310
- "Registered Servers [SQL Server], disconnecting"
1411
- "disconnecting registered servers [SQL Server]"
1512
ms.assetid: 31eacc9a-f814-4845-b252-b3b998271200
16-
author: "markingmyname"
17-
ms.author: "maghan"
13+
author: markingmyname
14+
ms.author: maghan
15+
ms.manager: jroth
16+
ms.reviewer: ""
17+
ms.custom: seo-lt-2019
18+
ms.date: 03/01/2017
1819
---
20+
1921
# Disconnect from a Registered Server (SQL Server Management Studio)
22+
2023
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
21-
This topic describes how to disconnect Object Explorer from a server at any time in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. Disconnecting Object Explorer does not disconnect other [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] components such as SQL Editor.
22-
23-
## <a name="SSMSProcedure"></a>
24-
25-
#### To disconnect from a registered server
26-
27-
- In Object Explorer, right-click a server and click **Disconnect** or, on the Object Explorer toolbar, click the **Disconnect** icon.
28-
29-
24+
25+
This topic describes how to disconnect Object Explorer from a server at any time in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. Disconnecting Object Explorer does not disconnect other [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] components such as SQL Editor.
26+
27+
## <a name="SSMSProcedure"></a>
28+
29+
### To disconnect from a registered server
30+
31+
- In Object Explorer, right-click a server and click **Disconnect** or, on the Object Explorer toolbar, click the **Disconnect** icon.

0 commit comments

Comments
 (0)