Registering a Server
Use
In the SQL Server Management Studio you can register the SQL Server to have faster access to it. To register a server you need to specify the:
- Name of the server
- Security used to log on to the server
- Name of the group where the server is to be installed
Procedure
- In the SQL Server Management Studio, choose View → Registered Servers.
- The Registered Servers section appears.
- Right-click on one of the defined Server Groups and choose New Server Registration.
- In the text field Server name, enter the name of the server.
- Enter the Registered Server name (see name in list)
- Select Windows authentication to specify the type of authentication the SQL Server Management Studio uses to connect to the server.
- Select any further options that you might require.
- Confirm your entries with OK.
The SQL Server is now registered and appears in the SQL Server Management Studio under the Registered Servers section.