Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a folder in SQL Server 2008 like 'system databases'

In SQL Server 2008 Management Studio, how do I create a folder in my 'databases' folder similiar to 'system databases'.

It would be a great way to group like db's.

like image 987
homerun Avatar asked Aug 13 '09 12:08

homerun


2 Answers

What you are looking for is 100% possible using a SQL Handy Groupie add-in for SSMS. Head on to http://www.skilledsoftware.com for more details.

like image 132
Sebastian Zaklada Avatar answered Oct 10 '22 06:10

Sebastian Zaklada


I'd be one of the first to buy the plugin that made this possible, but for the mean time we stick to naming conventions to group like databases, tables, views and stored procedures together.

like image 43
Joshua Avatar answered Oct 10 '22 08:10

Joshua