有没有办法从 Sql Server Management Studio 的过程列表中隐藏架构或至少隐藏 aspnet 过程?

发布于 2024-08-20 11:20:27 字数 241 浏览 3 评论 0原文

我认为这个问题是不言而喻的,但我厌倦了滚动浏览充满 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 技术交流群。

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

发布评论

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

评论(2

月竹挽风 2024-08-27 11:20:27

在 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...

欲拥i 2024-08-27 11:20:27

在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

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