Group SQL tables in SQL Server Management Studio object explorer

Posted by MainMa on Stack Overflow See other posts from Stack Overflow or by MainMa
Published on 2010-05-30T08:14:44Z Indexed on 2010/05/30 8:42 UTC
Read the original article Hit count: 359

I have a table which has approximately sixty tables, and other tables are added constantly. Each table is a part of a schema.

A such quantity of tables makes it difficult to use Microsoft SQL Server Management Studio 2008. For example, I must scroll up in object explorer to access database related functions, or scroll down each time I need to access Views or Security features.

Is it possible to group several tables to be able to expand or collapse them in Object Explorer? Maybe a folder may be displayed for each schema, letting collapse the folders I don't need to use?

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server