Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting Filters to Stick

Status
Not open for further replies.

BoulderBum

Programmer
Jul 11, 2002
2,179
US
When you right click a folder like "Tables" you can set a filter so you only see certain tables.

I use this feature a lot to filter out any tables containing the text aspnet which pertain to ASP.NET membership tables I don't care about.

My only annoyance is that every time I re-open SSMS, it makes me re-apply the filter.

Is there any way to make the filter stick or apply itself by default?
 
Not that I've found. I beleive that it's only good on the current session of the GUI.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
The closest thing I can think of is to stick all the tables having to do with the ASP .Net stuff under a different schema. Then create a non-SysAdmin account with SELECT rights to the original schema (I'm assuming dbo) and log in with that account.

Unfortunately, SysAdmin accounts see all schemas, so it won't work if you are logging in with a SysAdmin account.



Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top