SQL Server Management Studio 对象资源管理器中的 SQL 表分组

发布于 2024-09-03 11:11:06 字数 239 浏览 7 评论 0原文

我有一张桌子,大约有六十张桌子,并且不断添加其他桌子。每个表都是模式的一部分。

如此数量的表使得使用 Microsoft SQL Server Management Studio 2008 变得很困难。例如,我必须在对象资源管理器中向上滚动才能访问数据库相关功能,或者每次需要访问视图或安全功能时向下滚动。

是否可以将多个表分组以便能够在对象资源管理器中展开或折叠它们?也许可以为每个模式显示一个文件夹,让我折叠不需要使用的文件夹?

I have a table which has approximately sixty tables, and other tables are added constantly. Each table is a part of a schema.

A such quantity of tables makes it difficult to use Microsoft SQL Server Management Studio 2008. For example, I must scroll up in object explorer to access database related functions, or scroll down each time I need to access Views or Security features.

Is it possible to group several tables to be able to expand or collapse them in Object Explorer? Maybe a folder may be displayed for each schema, letting collapse the folders I don't need to use?

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

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

发布评论

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

评论(1

迷乱花海 2024-09-10 11:11:06

在 SQL Server 2008 中,您可以将过滤器应用到对象资源管理器视图。

找到过滤按钮并单击它

过滤按钮

定义过滤器 - 可以按对象名称和/或架构进行过滤

过滤器设置

对象的过滤视图:

过滤对象资源管理器

In SQL Server 2008, you can apply filters to your object explorer views.

Find the Filter button and click on it

Filter button

Define your filter - filtering by object name and/or schema is possible

Filter settings

Filtered view of your objects:

Filtered Object Explorer

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