Filtering Feature in SQL Server Management Studio
Hi All,
How are you doing?
I want to draw our attention to pretty handy-dandy (Yet not complete enough) feature in SQL Server Management Studio. That is “Filtering”.
Advantage:
You can filter the objects (like Tables, Views, Stored Procs etc.) based on certain criteria. You can filter them by “Name, Schema, Owner or Creation Date”.
This will be really great help when you have lots of objects in your database. And by filtering you can choose to see only required objects at a time π
Limitation:
Though itβs very good and helpful feature but yet not complete because you can’t provide multiple filtering value for any property given in the “Filter Criteria”. E.g. If you want to filter tables which have schema association with “DBO” or “Test1”, then this kind of filtering is not supported.
Quick demo on how to provide filtering: (very easy and self-explanatory)
1.
2.
3.
4.
5.
6.
I hope this will be useful to you somewhere.
Thanks, Khilit
Comments
Filtering Feature in SQL Server Management Studio — No Comments
HTML tags allowed in your comment: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>