简体   繁体   English

sql 服务器文件夹问题

[英]sql server folder questions

I thought I read somewhere that in 'denali' we would be able to place tables within management studio into logical folders.我想我在某处读到,在“denali”中,我们可以将管理工作室中的表格放入逻辑文件夹中。 For example I have 20 tables releating to clouds, i could create a clouds folder and group the tables logical, thus i can hide/expand that folder to see the tables.例如,我有 20 个与云相关的表,我可以创建一个云文件夹并对表进行逻辑分组,因此我可以隐藏/展开该文件夹以查看这些表。 Is this already done in 2008 r2?这已经在 2008 r2 中完成了吗? * Or did i read correctly and it will happen in denali? *或者我是否阅读正确,它会发生在德纳利? * *

SQL Server Code-Named Denali (or likely to be officially named 2011), has released its CTP 1. Along with it is SQL Server Management Studio. SQL 服务器代号为 Denali(或可能正式命名为 2011),发布了其 CTP 1。随之而来的是 SQL Server Management Studio。

Within, as it stands today, you cannot organize tables into 'folders' for visual organization.就目前而言,在内部,您无法将表格组织到“文件夹”中以进行视觉组织。

There are many 3rd party solutions which could implement such a feature but MS has not implemented in their tools yet.有许多第 3 方解决方案可以实现这样的功能,但 MS 尚未在他们的工具中实现。

However, here is a potential solution: Management studio does allow you to define a filter on the tables list.但是,这是一个潜在的解决方案:Management Studio 允许您在表格列表上定义过滤器。 If you are working on one area you can right click on the table leaf and select filter.如果您正在处理一个区域,您可以右键单击表叶和 select 过滤器。 Maybe this will help to restrict your view to just the tables you are interested in working with at a given time.也许这将有助于将您的视图限制在您在给定时间有兴趣使用的表上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM