How to group databases in folders in SQL Server Management Studio?

爷,独闯天下 提交于 2019-11-29 06:05:01

问题


My question comest from the frustration that I have every time I launch SSMS. We have few hundred of different databases in one server instance, from different projects and customers, and having them in one long flat tree view just does not feel very ergonomic to me.

Is there any smart way to keep them more organized? I thought, that for example being able to group them in custom folders would be a nice solutions, but afaik SSMS does not support it.

Being able to group stored procedures in a similar way would be a nice added value, but I'd be more than happy with being able to group databases only.


回答1:


I have good news for all of you. There is an SSMS add-in for this. It allows to organize into custom folders all databases, stored procedures and other database objects as well. Just as if this was a native SQL Server Management Studio functionality.

The tool name is SQL Handy Groupie and can be found at www.skilledsoftware.com. Have fun.



来源:https://stackoverflow.com/questions/4356527/how-to-group-databases-in-folders-in-sql-server-management-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!