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

vs feature


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.

folder per each schema


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -