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

前端 未结 15 2529
南方客
南方客 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:38

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

    DEL /S SqlStudio.bin
    

提交回复
热议问题