Question

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!

Was it helpful?

Solution

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.

OTHER TIPS

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.

I recently created this suggestion in which I offer an alternative UI for the tabs:

(image) http://img190.imageshack.us/img190/7130/exampletabs2.png

If enough people upvote it, perhaps they will take it seriously!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top