有没有办法从 Sql Server Management Studio 的过程列表中隐藏架构或至少隐藏 aspnet 过程?
我认为这个问题是不言而喻的,但我厌倦了滚动浏览充满 50 个 aspnet 程序的程序列表。
有没有办法隐藏 dbo 架构或列表中的这些过程?
是否有不同/等效的工具可以让我做到这一点?
有了 TOAD,我可以独立打开每个模式 - 那真是太棒了!
我唯一的其他选择是将我们的会员提供商连接到不同的数据库,而不是与其他数据库相同。总而言之,这不是什么大不了的事,但我想我应该问一下,而不是再默默地感到沮丧。
I think the question speaks for itself, but I'm sick of scrolling through my procedure list filled with 50 aspnet procedures.
Is there a way to hide the dbo schema, or these procedures from the list?
Is there a different/equivalent tool that would let me do this?
With TOAD, I could open each schema independently - that'd be wonderful!
My only other option is to connect our membership provider to a different database instead of the same as everything else. All in all this isn't a huge deal, but I figured I'd ask instead of being silently frustrated any longer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 SSMS 2005 或 2008 中,右键单击“存储过程”,然后单击“过滤器设置”,然后将“架构”的“运算符”更改为“不包含”,然后设置一个值来过滤它们...
In SSMS 2005 or 2008, right click on "Stored Procedures", then on "Filter Settings", then for the "Schema" change "Operator" to "Does not contain" and then set a Value to filter them...
在SQL 2008中有一种方法。也可能是在 2005 年。如果您右键单击 SSMS 对象资源管理器中的存储过程文件夹,您将看到一个名为“过滤器”的菜单选项。您可以创建一个过滤器,仅显示您想要查看的存储过程。您可以按名称、架构、所有者和创建日期进行过滤
In SQL 2008 there is a way. It may also be in 2005. If you right-click on your Stored Procedures folder in SSMS Object Explorer, you will see a menu option named Filter. You can create a filter that only displays the stored procs you want to see. You can filter on Name, Schema, Owner and Creation Date