有没有办法让 SSMS 在我每次打开它时都打开某个连接?

发布于 2024-12-26 05:57:16 字数 158 浏览 1 评论 0原文

每天晚上,大学都会在午夜重新启动我系中的每台机器,我帮助我的教授在 11 个不同的 SQL 服务器上完成各种项目。因为我没有个人电脑,所以我不能让 SSMS 整夜保持打开状态。

是否可以启用某个设置或某些功能,以便它记住在我打开 SSMS 时打开我告诉它的连接?

谢谢。

Every night the university reboots every machine in my department at midnight and I help my professor with various projects on 11 different sql servers. Since i do not own a personal computer i can't just leave SSMS open over night.

Is it possible to have a setting or some featured enabled so that it remembers to open the connections that i tell it to when i open SSMS?

Thank you.

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

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

发布评论

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

评论(2

苏别ゝ 2025-01-02 05:57:16

您可以从命令行调用 SSMS 并使用开关来执行您想要执行的操作。

有 -S -d -U 和 -P 开关用于服务器、数据库、用户名和密码。您应该能够将调用放入 .bat 文件中并足够轻松地使用它。

Microsoft 网站上有文档

You can call SSMS from the command line and uses switches to do what you're trying to do.

There are -S -d -U and -P switches for server, database, username, and password. You should be able to put the call into a .bat file and use that easily enough.

There is documentation on the Microsoft website.

月亮是我掰弯的 2025-01-02 05:57:16

如果您被允许安装第三方软件,SSMS 工具包插件可以满足您的需要。

...您还可以通过按
工具栏。这将打开已连接到的最后保存的选项卡
他们之前连接到的服务器...

If you are allowed to install third party software the SSMS Tools Pack addin does what you need.

... You can also Restore Last Session by pressing the button on
toolbar. This opens the last saved tabs already connected to the
server they were connected to before...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文