介绍:

作为一名开发人员都会知道我们做的项目都要用到数据库,数据库都需要账号和密码,然而问题来了,做的东西多了那些没用的账号和密码还在哪里纠缠着我们。所有我们不能忍了删除掉他。

网上很多都是2008的是删除方案,知道我看到了这篇:http://stackoverflow.com/questions/349668/removing-the-remembered-login-and-password-list-in-sql-server-management-studio

版本路径说明

SQL Server Management Studio  delete the file C:\Users\%username%\AppData\Roaming\Microsoft\SQL Server Management Studio\13.0\SqlStudio.bin

SQL Server Management Studio  delete the file C:\Users\%username%\AppData\Roaming\Microsoft\SQL Server Management Studio\12.0\SqlStudio.bin

SQL Server Management Studio  delete the file C:\Users\%username%\AppData\Roaming\Microsoft\SQL Server Management Studio\11.0\SqlStudio.bin

SQL Server Management Studio  delete the file C:\Users\%username%\AppData\Roaming\Microsoft\Microsoft SQL Server\\Tools\Shell\SqlStudio.bin

SQL Server Management Studio  delete the file – same as above answer but the Vista path. C:\Users\%username%\AppData\Roaming\Microsoft\Microsoft SQL Server\\Tools\Shell\mru.dat

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

上面只是简述了所对应版本需要删除的文件路径。还是需要我们手动去找到然后删除对应文件的。

当然我们也可以不这样那就复制下面的路径吧。

 SQL Server Management Studio  :%AppData%\Microsoft\SQL Server Management Studio\12.0\
 SQL Server Management Studio 2014 :%AppData%\Microsoft\SQL Server Management Studio\12.0\
 SQL Server Management Studio  :%AppData%\Microsoft\SQL Server Management Studio\11.0\
 SQL Server Management Studio  :%AppData%\Microsoft\Microsoft SQL Server\100\Tools\Shell\ 

 SQL Server Management Studio  :%AppData%\Microsoft\Microsoft SQL Server\100\Tools\Shell\   

这样找到对应版本数据库,直接复制版本后面的路径,然后在根据第一个代码路径找到需要删除的文件名即可。这样是不是很爽啊。

最新文章

  1. 基于 BinaryReader 的高效切割TXT文件
  2. 用c#开发微信 系列汇总
  3. 【BZOJ-1103】大都市meg 树状数组 + DFS序
  4. dll 导出函数名的那些事
  5. csuoj 1395: Timebomb
  6. Git入门及上传项目到github中
  7. 常用UI布局
  8. hdu 1560 DNA sequence(搜索)
  9. flot中文说明文档 简版
  10. [转] js call
  11. 设计模式 Mixin (混入类)
  12. single-row function和muti-row function
  13. Azure File文件共享(6):使用Python开发
  14. RedHat升级内核成功
  15. 《高性能Javascript》读书笔记-4
  16. 07-09 07:28:38.350: E/AndroidRuntime(1437): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.example.googleplay.ui.activity.MainActivity" on path: DexPathList[[zip file "/data/app/c
  17. Oracle篇 之 数据操作
  18. nginx访问502 gateway,*1 connect() failed (111: Connection refused) while connecting to upstream
  19. HDU2665 求区间第K大 主席树
  20. python 启动新进程执行脚本

热门文章

  1. vue路由跳转到指定页面
  2. pdf预览(pdf.js)
  3. noip第15课资料
  4. Codeforces828 A. Restaurant Tables
  5. DE1-SOC资源
  6. Vuejs——(8)Vuejs组件的定义
  7. iOS中的HTTPS
  8. Hadoop 综合揭秘——HBase的原理与应用
  9. 背水一战 Windows 10 (82) - 用户和账号: 获取用户的信息, 获取用户的同意
  10. Django 通过 mongoengine 连接 MongoDB 进而使用orm进行CRUD