I\'m wondering if it\'s possible to setup SQL Server to have multiple rows of tabs for files / queries.
I have a lot of queries I want to switch between, and could move
By default SSMS includes Database name, File name, Login name and server name in each query tab title. So that we can see only 3 or 4 tabs at a time.
There is a work around for this,
go to Tools > Options > Text Editor > Editor Tab and Status Bar
and change all of the "Tab Text"
group options to false
except for the file name.
This will reduce the tab name, so that SSMS will show more tabs at a time