October 11, 2010 at 9:05 am
I just upgraded Management Studio from SQL2005 to SQL2008. In 2005, for each open query window you could see the SPID and login name at the bottom of the window. In 2008, MSMS puts those pieces of info in the tab of the query window too. When I have a lot of query windows open at one time, it is getting confusing on which is which. I know I can hover and see the query name but I'd like the SPID and user name off the tab and just at the bottom of the query window. I'm not seeing anything in Options to change it back to the SQL2005 format. Anybody know how?
October 11, 2010 at 9:47 am
in 2008 (at least in mine), i have the domain name and spid in both the tab title and at the bottom info bar... are you saying that the bottom info bar does not have the spid and domain name in it? or are you just trying to figure out how to take that info off of the tab name?
October 11, 2010 at 9:52 am
The Domain Name and SPID are in both places. I love it in the bottom info bar but would like to remove it from the tab name.
October 11, 2010 at 9:53 am
yeah i don't think the display aspects of the tabs are exposed;
I see what you are saying, there's filename, server info, login info and spid all in the tab;
it might be nicer to see just the filename for example, or some selectable combination of those variables.
Lowell
October 11, 2010 at 9:57 am
Tools -> Options
Text Editor
-> Editior Tab and Status Bar
-->Tab Text
----> Include DatabaseName False
----> Include FileName True
----> Include Login Name False
----> Include Server Name True
Or, whatever options you want. I just found this! TY for asking, I have struggled as well.
-- Cory
October 11, 2010 at 10:02 am
That's it! Works great.
Thanks a ton!
October 11, 2010 at 10:04 am
ahh good job Cory! that's a good to know feature.
i noticed any changes there affect newly created tabs only...but that's not an issue.
very nice.
Lowell
October 11, 2010 at 10:05 am
Awesome! Thanks!
May 22, 2012 at 7:56 am
Great tip--thanks! Combine that with creating "Registered Server" entries with short names like "DEV" and "PROD" makes for nice, readable labels.
May 22, 2012 at 8:52 am
Cory E. (10/11/2010)
Tools -> OptionsText Editor
-> Editior Tab and Status Bar
-->Tab Text
----> Include DatabaseName False
----> Include FileName True
----> Include Login Name False
----> Include Server Name True
Or, whatever options you want. I just found this! TY for asking, I have struggled as well.
Very nice to know. Thanks for sharing.
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply