vote up 1 vote down star

When trying to connect to a server in Management Studio (specifically 2008), there is a field where you enter the Server name. That field also has a drop-down list where it shows a history of servers that you have attempted to connect to.

I would like to know:

  1. How to remove an individual item from that history.
  2. How to remove an item from the Login field history for each Server name.

Thanks!

flag

4 Answers

vote up 2 vote down

For SQL 2005, delete the file:

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

For SQL 2008, they changed the name of the file:

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

How to clear the list

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

This request is registered on Microsoft Connect

link|flag
vote up 0 vote down

In Windows Server 2008 standard with SQL Express 2008, the "SqlStudio.bin" file lives here:

C:\Users[SomeUser]\AppData\Roaming\Microsoft\Microsoft SQL Server\100\Tools\Shell\

link|flag
vote up 0 vote down

From the Command Prompt (Start \ All Programs \ Accessories \ Command Prompt):

DEL /S SqlStudio.bin
link|flag
vote up 0 vote down

For Windows Vista

Sql Server 2005

Delete this file .. or open it with the Notepad and clear the server names that you want Clear from the history

C:\Users[User Name]\AppData\Roaming\Microsoft\Microsoft SQL Server\90\Tools\Shell\mru.dat

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.