vote up 1 vote down star

In SQL Server Mgt Studio 2005, when I open the Object Explorer to script an object to a new Query Editor window, the tab for that new script window is titled something like 'MyServerName.MyDatabaseName - sqlquery37.sql'

Not very descriptive. So when I get a bunch of windows open at the same time, I have no idea which one is which.

The 'Active Files' dropdown is useless because of this.

Is there a way to configure Mgt. Studio so that the Query Editor Window tab title more accurately reflects the object that I'm working on?

Thanks!

flag

30% accept rate

2 Answers

vote up 0 vote down check

This is something that the SQL team is aware of (see this connect item) but there is no firm deadline on when it will be addressed. Saving your file as Ken G suggested is the only work around at the moment.

link|flag
vote up 1 vote down

Not [easily] without actually saving the script window to a file - then you get

MyServerName.MyDatabaseName - MyFileName.sql

as the title.

You might be able to change this with a plugin/add-on, but not without writing code.

link|flag

Your Answer

Get an OpenID
or

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