larryq
larryq

Reputation: 16299

How to expand active file tab names in SQL Management Studio?

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

Answers (1)

womp
womp

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:

SSMS Options Window

Shortens the tab from:

SSMS Tabs before

to:

SSMS Tabs after

Upvotes: 20

Related Questions