Group tables by schema in SSMS

后端 未结 3 1417
陌清茗
陌清茗 2021-02-14 05:59

In Visual Studio\'s Server Explorer window there\'s a very nice feature that lets you see the DB objects grouped by schema:

It turns this object tree:

相关标签:
3条回答
  • 2021-02-14 06:38

    You can try as follows in SSMS: Tables > Filter > Filter Settings

    There you are able to filter by schema...

    0 讨论(0)
  • 2021-02-14 06:44

    If you want a free tool, SSMS Schema Folders (GitHub repo) is your solution. It does the job beautifully.

    0 讨论(0)
  • 2021-02-14 06:47

    I love the idea of grouping by schema.

    SQL Treeo SSMS Addin is an inexpensive tool that allows you to create your own table structure in the Object Explorer.

    0 讨论(0)
提交回复
热议问题