I have a SQL Server instance that I'd like to remove from the list that shows up in the available servers in Object Explorer. How do I do this?
Asked
Active
Viewed 2,397 times
0
-
Here is the same [Q & A](https://stackoverflow.com/a/10996066/6598234) that you looking for – Shekar Kola Sep 24 '19 at 18:26
2 Answers
7
Assuming you mean the dropdown list of servers when making a new connection, you simply highlight the row in the dropdown and hit delete.

Pang
- 9,564
- 146
- 81
- 122

Sean Lange
- 33,028
- 3
- 25
- 40
1
Here is the simplest way to clear items from this list.
- Open the Microsoft SQL Server Management Studio (SSMS) version you want to affect.
- Open the Connect to Server dialog (File > Connect Object Explorer, Object Explorer > Connect > Database Engine, etc).
- Click on the Server Name field drop down list’s down arrow.
- Hover over the items you want to remove.
- Press the delete (DEL) key on your keyboard.

Pang
- 9,564
- 146
- 81
- 122

Liaqat Kundi
- 71
- 6