Sharjeel Ahmed
Sharjeel Ahmed

Reputation: 285

User Folders in SQL server management studio Databases node

In SQL server management studio Under Databases node, there is only one folder node as 'System Database'. It contains all the system databases. Is it possible to create User Folders to contain user databases? I would like to group many of my databases according to their purpose

Upvotes: 5

Views: 2210

Answers (2)

Flipster
Flipster

Reputation: 4401

No, it isn't possible to reorganize the object explorer tree structure in SQL Server without a third-party component.

Upvotes: 6

Adriaan Stander
Adriaan Stander

Reputation: 166476

Have a look at SQL Handy Groupie

Upvotes: 3

Related Questions