vote up 2 vote down star

I use SQL Server Management Studio 2005(SSMS) for most of my T-SQL and general SQL DB maintenance, but one thing that I would love to change is the level of detail the title bar gives you about each instance of SSMS you have open.

I would love to be able to see the connected server from the active tab at the very least.

e.g.

SSMS title bars

Any ideas?

flag

43% accept rate

4 Answers

vote up 5 vote down

Do you really have to open so much SSMS instance? One is not enough with many server connections? You have to be a little bit more careful with the windows not to execute something on the wrong database, but it can do the work with only one instance.

link|flag
I prefer to keep the database connections separate if I can, it was easy to do this with Query Analyser in 2000. I know I can do it with the same instance, but then you have the other issue of the tabs only showing the instance name and not the full file name also. – evilhomer Oct 6 '08 at 13:02
1  
You can have the same MDI environment like in Query Analizer by switching it on at Tools/Options/Environment/General – Biri Oct 6 '08 at 13:07
It is the title bar functionality I am after not the MDI functionality. Oh and the reason I use so many instances is that I'm configuring replication and if I could see the server names it would make like a whole lot easier. – evilhomer Oct 6 '08 at 13:46
Ok, I have no more tips. The title bar is not changeable, so unfortunately you have to find some other way to organize your windows. – Biri Oct 6 '08 at 13:59
Thanks for your help Biri, I was just trying to explain what I am looking for. I am sorry if it came across in some way that seems insulting to you. – evilhomer Oct 6 '08 at 14:19
show 1 more comment
vote up 4 vote down

How does SSMS track what connection you have open? What if you have multiple connections open? The best way seems to just use multiple connections in one instance, that is what that feature is for.

link|flag
vote up 0 vote down

That would be a nice feature but I would be surprised if you can alter this yourself.

link|flag
vote up 0 vote down

looks like even the tool tip doesnt give you more information on the connection that you are in...

You should consider using one or two management studio with multiple connections... Unless you are ALT+TAB person...

link|flag
ALT + TAB and CTRL + TAB. I'm just a little frustrated at the poor design decision that went into letting you know, what you are connected to and the name of the file. It should be easier than it is. /rant over ;-) – evilhomer Oct 6 '08 at 16:02

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.