Is there a way to hide a schema or at least the aspnet procedures from Sql Server Management Studio's proc list?

asp.net, asp.net-membership, sql-server, ssms

Solution

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

Problem

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.

Original source