sql server - Group tables by schema in SSMS -
in visual studio's server explorer window there's nice feature lets see db objects grouped schema:
it turns object tree:
data connections -> myserver -> tables -> mytable (myschema)
into one:
data connections -> myserver -> schemas -> myschema -> mytable
i've been looking particular feature in ssms unable find it.
- does exist?
- if not, there plugin provide feature?
- or perhaps there plugin ease navigation in dbs have lots of objects?
please note i'm aware of ssms object filters. it's better nothing not sufficient, i'm accessing objects multiple schemas @ once.
if want free tool, ssms schema folders solution. job beautifully.
Comments
Post a Comment