Color coding SQL Server 2008 databases

I often have several databases open in SQL Server 2008. Often they are prod, dev and dr. This is annoying because every window says something in common, like SQLQuery1.sql ... (sa (200)) *. So I have to hover over the tab and make sure that I enter the correct window.

Is there a way to color code for each window or somehow make it instantly recognizable in which database or server I am?

Jonathan

+5
source share
2 answers

Yes, you can enable color codes in SQL 2008 by changing the properties of a registered server. On the "Connection Properties" tab, there is the option "Use custom color".

Midnight DBA

+4

, , . , .

2005 ( , 2008 ), :

tools - options:
    environment
        general
            MDI Environment
+2

All Articles