Removing the remembered login and password list in SQL Server Management Studio

前端 未结 10 3155
一生所求
一生所求 2020-11-30 17:18

I\'ve recently used our company\'s spare laptop (that has a general user set up) while mine was being repaired. I\'ve checked the \"Remember password\" option in SQL Server

10条回答
  •  孤街浪徒
    2020-11-30 17:49

    In XP, the .mru.dat file is in C:\Documents and Settings\Name\Application Data\Microsoft\Microsoft SQL Server\90\Tools\ShellSEM

    However, removing it won't do anything.

    To remove the list in XP, cut the sqlstudio bin file from C:\Documents and Settings\Name\Application Data\Microsoft\Microsoft SQL Server\100\Tools\Shell and paste it on your desktop.

    Try SQL

    If it has worked, then delete the sqlstudio bin file from desktop.

    Easy :)

提交回复
热议问题