SSMS: Where does SQL Server store its server names?

Solution 1:

For SQL 2005:

C:\Documents and Settings\<USER>\Application Data\Microsoft\Microsoft SQL Server\90\Tools\Shell\mru.dat

For SQL 2008:

C:\Documents and Settings\<USER>\Application Data\Microsoft\Microsoft SQL Server\100\Tools\Shell\SqlStudio.bin

Microsoft SQL Server Management Studio 12.0

c:\Users\<USER>\AppData\Roaming\Microsoft\SQL Server Management Studio\12.0\SqlStudio.bin

Microsoft SQL Server Management Studio 14.0.17289.0

c:\Users\<USER>\AppData\Roaming\Microsoft\SQL Server Management Studio\14.0\SqlStudio.bin

So...

  1. Shut down all instances of SSMS
  2. Delete/Rename the file
  3. Open SSMS

Edit: on MS Connect https://connect.microsoft.com/SQLServer/feedback/details/424800

Solution 2:

When upgrading from one version of SQL Server Management Studio to another, e.g. 2014 to 2016, you can copy the SqlStudio.bin file from one directory to another and all of your connections will migrate to the new version.

  1. Shut down all instances of SSMS.
  2. Rename SqlStudio.bin to SqlStudio.bin.saved in "C:\Users\<username>\AppData\Roaming\Microsoft\SQL Server Management Studio\13.0\".
  3. Copy the SqlStudio.bin file from "C:\Users\<username>\AppData\Roaming\Microsoft\SQL Server Management Studio\12.0\" to "C:\Users\<username>\AppData\Roaming\Microsoft\SQL Server Management Studio\13.0\"
  4. Now open SSMS 2016 and you should see all of your old connections from SSMS 2014.

Note: If this doesn't work, you can delete the SqlStudio.bin file in the ...\13.0\ directory and rename SqlStudio.bin.saved to SqlStudio.bin to restore your old configuration.


Solution 3:

To remove all entries for new SQL 2014, you need to delete file:

C:\Users\(USER)\AppData\Roaming\Microsoft\SQL Server Management Studio\12.0\SqlStudio.bin