Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Management Studio - Multiple Object Explorer Windows

Tags:

ssms

I'm currently building a database. The tables are all done and now I'm adding in my stored procedures. I'm also writing tests using tSQLt and Red Gate's SQL Test. Because of how this adds information to the database (each test is its own stored procedure, plus there are a large number of tSQLt stored procedures), I'm getting a very, very large number of stored procedures.

I'm finding that I'm scrolling up and down a lot in the Object Explorer window as I go back and forth between the list of tables (writing several tests for each table based upon its data structure) and the stored procedure list (when I need to create/update a stored procedure for a test that is failing).

I've already split out my Object Explorer and my SQL Test windows onto a separate monitor (Apple TV Airplay on a 55" TV FTW!), yet I'm finding that a little tweak could help me immensely.

Typically, I'm working in one range of my table list and one range of my stored procedure list, so that if I had two windows, I could set one to the relevant area of my table list and one to the relevant area of my sproc list, limiting or eliminating my scrolling.

Each time I try to select "Object Explorer" from the "View" menu, it simply highlights the currently-opened instance. Is there any way to get 2 of these? Is there any other workaround to get the same effect?

like image 684
mbm29414 Avatar asked Apr 07 '14 19:04

mbm29414


People also ask

How many system DBS we can see in the Object Explorer?

Object Explorer can only display up to 65,536 objects.

How do I get Object Explorer in SQL Server Management Studio?

Object Explorer is visible in Management Studio by default. If you cannot see Object Explorer, on the View menu, click Object Explorer.

How do I merge object explorers in SQL Server?

Just grab the Object Explorer windows and drag it until a blue cross appears. Continue dragging the window and point your mouse at the different points of the cross. This will display a greenish highlight within SSMS to show where the window will dock. When you have the one you want, let go of the mouse button.


1 Answers

Have you tried running two instances of SSMS?

like image 73
JSR Avatar answered Sep 20 '22 12:09

JSR