<small id='dFNPP'></small><noframes id='dFNPP'>

    <legend id='dFNPP'><style id='dFNPP'><dir id='dFNPP'><q id='dFNPP'></q></dir></style></legend>

      <tfoot id='dFNPP'></tfoot>
      <i id='dFNPP'><tr id='dFNPP'><dt id='dFNPP'><q id='dFNPP'><span id='dFNPP'><b id='dFNPP'><form id='dFNPP'><ins id='dFNPP'></ins><ul id='dFNPP'></ul><sub id='dFNPP'></sub></form><legend id='dFNPP'></legend><bdo id='dFNPP'><pre id='dFNPP'><center id='dFNPP'></center></pre></bdo></b><th id='dFNPP'></th></span></q></dt></tr></i><div id='dFNPP'><tfoot id='dFNPP'></tfoot><dl id='dFNPP'><fieldset id='dFNPP'></fieldset></dl></div>
      • <bdo id='dFNPP'></bdo><ul id='dFNPP'></ul>

      在 SQL Server Management Studio 中删除记住的登录名和密码列表

      时间:2023-10-09
    1. <legend id='mGTyA'><style id='mGTyA'><dir id='mGTyA'><q id='mGTyA'></q></dir></style></legend><tfoot id='mGTyA'></tfoot>

          <tbody id='mGTyA'></tbody>

          <i id='mGTyA'><tr id='mGTyA'><dt id='mGTyA'><q id='mGTyA'><span id='mGTyA'><b id='mGTyA'><form id='mGTyA'><ins id='mGTyA'></ins><ul id='mGTyA'></ul><sub id='mGTyA'></sub></form><legend id='mGTyA'></legend><bdo id='mGTyA'><pre id='mGTyA'><center id='mGTyA'></center></pre></bdo></b><th id='mGTyA'></th></span></q></dt></tr></i><div id='mGTyA'><tfoot id='mGTyA'></tfoot><dl id='mGTyA'><fieldset id='mGTyA'></fieldset></dl></div>
        • <small id='mGTyA'></small><noframes id='mGTyA'>

            • <bdo id='mGTyA'></bdo><ul id='mGTyA'></ul>
                本文介绍了在 SQL Server Management Studio 中删除记住的登录名和密码列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我最近在维修我公司的备用笔记本电脑时使用了它(设置了普通用户).登录数据库时,我已选中 SQL Server Management Studio 中的记住密码"选项.

                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 Management Studio when logging in to the database.

                我需要清除我使用过的登录名和密码信息,以防止下一个使用笔记本电脑的人使用我的登录名和密码.我该怎么做?

                I need to clear the login and password information that I have used to prevent the next person that will use the laptop from using my login names and passwords. How can I do this?

                推荐答案

                这里的另一个答案也提到了自 2012 年以来您可以通过 如何从连接到服务器"对话框中删除缓存的服务器名称?.刚刚确认 MRU 列表中的此删除在 2016 年和 2017 年工作正常.

                Another answer here also mentions since 2012 you can remove Remove cached login via How to remove cached server names from the Connect to Server dialog?. Just confirmed this delete in MRU list works fine in 2016 and 2017.

                SQL Server Management Studio 2017 删除文件C:Users\%username%AppDataRoamingMicrosoftSQL Server Management Studio14.0SqlStudio.bin

                SQL Server Management Studio 2017 delete the file C:Users\%username%AppDataRoamingMicrosoftSQL Server Management Studio14.0SqlStudio.bin

                SQL Server Management Studio 2016 删除文件C:Users\%username%AppDataRoamingMicrosoftSQL Server Management Studio13.0SqlStudio.bin

                SQL Server Management Studio 2016 delete the file C:Users\%username%AppDataRoamingMicrosoftSQL Server Management Studio13.0SqlStudio.bin

                SQL Server Management Studio 2014 删除文件C:Users\%username%AppDataRoamingMicrosoftSQL Server Management Studio12.0SqlStudio.bin

                SQL Server Management Studio 2014 delete the file C:Users\%username%AppDataRoamingMicrosoftSQL Server Management Studio12.0SqlStudio.bin

                SQL Server Management Studio 2012 删除文件C:Users\%username%AppDataRoamingMicrosoftSQL Server Management Studio11.0SqlStudio.bin

                SQL Server Management Studio 2012 delete the file C:Users\%username%AppDataRoamingMicrosoftSQL Server Management Studio11.0SqlStudio.bin

                SQL Server Management Studio 2008 删除文件 C:Users\%username%AppDataRoamingMicrosoftMicrosoft SQL Server100ToolsShellSqlStudio.bin

                SQL Server Management Studio 2008 delete the file C:Users\%username%AppDataRoamingMicrosoftMicrosoft SQL Server100ToolsShellSqlStudio.bin

                SQL Server Management Studio 2005 删除文件 - 与上述答案相同,但使用 Vista 路径.C:Users\%username%AppDataRoamingMicrosoftMicrosoft SQL Server90ToolsShellmru.dat

                SQL Server Management Studio 2005 delete the file – same as above answer but the Vista path. C:Users\%username%AppDataRoamingMicrosoftMicrosoft SQL Server90ToolsShellmru.dat

                这些是 Vista/7/8 的配置文件路径.

                These are profile paths for Vista / 7 / 8.

                注意,AppData 是一个隐藏文件夹.您需要在资源管理器中显示隐藏文件夹.

                Note, AppData is a hidden folder. You need to show hidden folders in explorer.

                您可以简单地从服务器/用户名下拉列表中按删除(已确认适用于 SSMS v18.0).原始来源 https://blog.sqlauthority.com/2013/04/17/sql-server-remove-cached-login-from-ssms-connect-dialog-sql-in-sixty-seconds-049/ 其中提到此功能自 2012 年开始可用!

                You can simply press delete from the Server / User name drop down (confirmed to be working for SSMS v18.0). Original source from https://blog.sqlauthority.com/2013/04/17/sql-server-remove-cached-login-from-ssms-connect-dialog-sql-in-sixty-seconds-049/ which mentioned that this feature is available since 2012!

                这篇关于在 SQL Server Management Studio 中删除记住的登录名和密码列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                <small id='V0WXB'></small><noframes id='V0WXB'>

                    <legend id='V0WXB'><style id='V0WXB'><dir id='V0WXB'><q id='V0WXB'></q></dir></style></legend>
                      <tbody id='V0WXB'></tbody>
                    • <bdo id='V0WXB'></bdo><ul id='V0WXB'></ul>

                    • <i id='V0WXB'><tr id='V0WXB'><dt id='V0WXB'><q id='V0WXB'><span id='V0WXB'><b id='V0WXB'><form id='V0WXB'><ins id='V0WXB'></ins><ul id='V0WXB'></ul><sub id='V0WXB'></sub></form><legend id='V0WXB'></legend><bdo id='V0WXB'><pre id='V0WXB'><center id='V0WXB'></center></pre></bdo></b><th id='V0WXB'></th></span></q></dt></tr></i><div id='V0WXB'><tfoot id='V0WXB'></tfoot><dl id='V0WXB'><fieldset id='V0WXB'></fieldset></dl></div>

                      1. <tfoot id='V0WXB'></tfoot>