SQL Server Management Studio 对象资源管理器中的 SQL 表分组
我有一张桌子,大约有六十张桌子,并且不断添加其他桌子。每个表都是模式的一部分。
如此数量的表使得使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 SQL Server 2008 中,您可以将过滤器应用到对象资源管理器视图。
找到
过滤
按钮并单击它定义过滤器 - 可以按对象名称和/或架构进行过滤
对象的过滤视图:
In SQL Server 2008, you can apply filters to your object explorer views.
Find the
Filter
button and click on itDefine your filter - filtering by object name and/or schema is possible
Filtered view of your objects: