如何修改SQL Server Management Studio的标题栏文本?

发布于 2024-09-05 11:37:43 字数 280 浏览 5 评论 0 原文

有时我会打开多个 SQL Server Management Studio 2005 实例。我可能在一个数据库中打开开发数据库,​​在另一个数据库中打开生产数据库。它们出现在 Windows 任务栏中,并带有文本“Microsoft SQL Serve...”,这意味着除非我打开窗口并向上滚动对象资源管理器以查看窗口实际连接到的服务器,否则无法区分它们。

有什么方法可以让窗口首先显示服务器名称,然后显示应用程序的名称?像“Dev-DB.database_name - Microsoft SQL Serve...”或其他什么?

Sometimes I keep multiple instances of SQL Server Management Studio 2005 open. I might have the dev database open in one, and the production database open in another. These appear in the Windows task bar with the text "Microsoft SQL Serve...", which means it's impossible to differentiate between them unless I open the window and scroll the Object Explorer up to see what server the window is actually connected to.

Is ther any way that I can get the window to display the server name first, and then the name of the application? Like "Dev-DB.database_name - Microsoft SQL Serve..." or whatever?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

戴着白色围巾的女孩 2024-09-12 11:37:43

可能有很多方法可以解决这个问题,2我可以想到我实际上并没有尝试过,但这些建议可能被证明是有用的:

  1. 多个“虚拟桌面”而不是仅依赖一个桌面,而是将 SSMS 的使用分散到每个桌面上。这样做还有很多其他好处(但也可能有缺点)。 Windows 10 本身就提供了此功能。
  2. autohotkey(免费开源)能够通过其脚本语言重命名标题。您还可以获得声明不同热键的好处。请参阅:https://www.autohotkey.com/ WinSetTitleMS Windows:更改任务栏文本

There are probably many ways to tackle this, 2 I can think of I have not actually tried but the suggestions may prove useful:

  1. Multiple "virtual desktops" instead of relying on just one desktop, split the use of SSMS over one desktop each. There many be other benefits in doing this as well (but yes there may be downsides too). Windows 10 offers this this natively.
  2. autohotkey (free open source) has an ability to rename title through its scripting language. You would also get the benefit os declaring different hotkeys as well. see: https://www.autohotkey.com/ WinSetTitle and MS Windows: Change taskbar text
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文