SQL Server Management Studio——工具/导入和导出设置菜单在哪里?
在 Visual Studio 中,有一个导入和导出设置向导,您可以使用它来自定义 Visual Studio 并将设置保存到 .settings 文件。
SQL Server Management Studio 中有类似的东西吗?
我经常在多个虚拟机之间切换,并且配置每个 SSMS 是一件令人头疼的事情。我希望能够将我的设置保存到文件中,然后将其导入到我的所有虚拟机中。
谢谢。
In Visual Studio, there is an Import and Export settings wizard which you can use to customize Visual Studio and save settings to a .settings file.
Do we have something like it in SQL Server Management Studio?
I'm constantly switching between several VM's and configuring each SSMS is a pain in the neck. I want to be able to save my settings to a file, then import it in all my VM's.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
工具/导入和导出设置菜单选项也从我的菜单栏中消失了(2005 和 2008 SSMS 版本),但我在以前的机器上使用过它。
现在,我将存档设置复制到
c:\Documents and Settings\gg\Moje dokumenty\SQL Server Management Studio Express\Settings\CurrentSettings-2008-09-30.vssettings
等目标位置。它有效。
Tools/Import and Export settings menu option disappeared from my menubar too (both for 2005 and 2008 SSMS versions), but I had and used it on my previous machine.
For now I copy my archived settings to destination like
c:\Documents and Settings\gg\Moje dokumenty\SQL Server Management Studio Express\Settings\CurrentSettings-2008-09-30.vssettings
.And it works.
Studio 将其设置保存在注册表 *HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server[SQL Server 版本]\Tools\Shell* 中。对于您的场景,您可以在一台计算机上导出适当的设置并将 reg 文件部署到任何其他计算机上。
希望有帮助!
The Studio keeps it's settings in the registry *HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server[version of SQL Server]\Tools\Shell*. For your scenario you could export appropriate settings on one computer and deploy the reg file to any other.
Hope it helps!
看起来微软(基本上)已经承认,如果它确实存在,它就会消失,并且没有明确的计划将其恢复......
来自 Microsoft Connect
不幸。
Looks like MS has (essentially) acknowledged that, if this did exist, it's gone and there are no firm plans to bring it back...
From Microsoft Connect
Unfortunate.
老问题,但如果有人仍在寻找,我检查了 SQL 2012,工具 >导入和导出设置向导已重新出现。也存在于 SQL 2014 和 2016 中。
Old question, but if someone still looking for, I checked SQL 2012, Tools > Import and Export settings wizard has re-appeared. Also present in SQL 2014 and 2016.