Shortcut: Configuring registered servers in SQL Server Management Studio
When working with SQL Server systems, it can be hard to remember the names of all the servers, to remember connection details for the ones that need SQL logins (instead of Windows authentication), and to remember other details of those servers, such as which environments they are part of (eg: production, UAT, test)
SQL Server Management Studio (SSMS) has a facility to help you to do this. It allows you to register server details in a single place.
2018-10-25