How to remove “Server name” items from history of SQL Server Management Studio

前端 未结 15 2531
南方客
南方客 2020-11-28 20:33

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

15条回答
  •  一整个雨季
    2020-11-28 21:20

    For SQL 2005, delete the file:

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

    For SQL 2008, the file location, format and name changed:

    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

提交回复
热议问题