Custom Folders in SQL Server Management Studio Databases node

In the SQL Server Management Studio In the "Databases" section of a node, there is only one node folder as the "System Database". It contains all system databases. Is it possible to create custom folders to store user databases? I would like to group many of my databases according to their purpose.

+5
source share
2 answers

No, it is not possible to reorganize the tree structure of a research object in SQL Server without a third-party component.

+6
source
+3
source

All Articles