Reputation: 16299
Is there anyway I can expand the names of any query tabs I have open in SQL Server Management Studio? It's almost impossible to navigate them properly if I have more than five open.
Upvotes: 13
Views: 4073
Reputation: 116977
You can shorten the display in each tab under Tools -> Options -> Text Editor -> Editor Tab and Status Bar.
I would suggest turning off "Include Login Name" and "Include server name" for starters, see if that helps.
Setting these:
Shortens the tab from:
to:
Upvotes: 20