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

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

    File SqlStudio.bin actually contains binary serialized data of type "Microsoft.SqlServer.Management.UserSettings.SqlStudio".

    Using BinaryFormatter class you can write simple .NET application in order to edit file content.

提交回复
热议问题