SQL Server Management Studio 2018 delete the file C:\Users\%username%\AppData\Roaming\Microsoft\SQL Server Management Studio\18.0\UserSettings.xml

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

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

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

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

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

These are profile paths for Vista / 7 / 8 /10.

最新文章

  1. (四)SQL入门 数据库的操作与事务管理
  2. office中通过宏添加快捷键
  3. C++ 中 int 转string, 以及10进制转2进制
  4. Windows Server Backup备份Exchange2010
  5. Office 365开发概述及生态环境介绍(二)
  6. 使用mysql乐观锁解决并发问题
  7. Java Web项目(Extjs)报错八
  8. kafka相关问题集锦
  9. ichartjs用法
  10. SSLTLS 服务器瞬时 Diffie-Hellman 公共密钥过弱【原理扫描】解决说明
  11. Linux安装Elasticsearch
  12. day07 深浅拷贝
  13. Linux监控命令整理(top,free,vmstat,iostat,mpstat,sar,netstat)
  14. c# pictureBox1.Image的获得图片路径的三种方法 winform
  15. Hadoop框架之HDFS的shell操作
  16. jQuery做字符串分隔
  17. AC自动机算法学习
  18. mapreduce方式操作hbase
  19. jmeter-----GUI运行和非GUI运行的区别
  20. Powershell Get-registerkey(susid)

热门文章

  1. siamese跟踪论文思考
  2. PHP函数问题
  3. Spring中Bean的管理问题
  4. 【接口自动化】mock
  5. linux同步onedrive文件
  6. MySQL操作规范总结
  7. idou老师教你学Istio 18 : 如何用istio实现应用的灰度发布
  8. java学习笔记16-抽象类
  9. 0007SpringBoot配置不同环境内容及指定启动哪个环境
  10. 0004SpringBoot整合Redis