Can I have multiple rows of tabs in SQL Server Management Studio

前端 未结 6 626
清歌不尽
清歌不尽 2021-01-31 07:30

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

相关标签:
6条回答
  • 2021-01-31 07:46

    You can get a list of open tabs (Active Files) using the Ctrl-Tab shortcut. Continue pressing Tab to cycle through the list and release when the desired tab is highlighted. Or just mouse click on the required tab while keeping Ctrl depressed.

    Some people do this by managing their files in an SSMS Solution and keeping the Solution Explorer loaded, but I find these to be inflexible and unwieldy.

    SQL Prompt 6 has an "Open Tabs" list in the Tab History feature, which you might also find useful.

    0 讨论(0)
  • 2021-01-31 07:47

    I know of at least one plugin that will do this in SSMS (and Visual Studio). Because, yeah, it would be nice.

    Tabs Studio - document tabs manager for Visual Studio IDE.

    0 讨论(0)
  • 2021-01-31 07:49

    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

    0 讨论(0)
  • 2021-01-31 07:50

    You can pin all tabs. Pinned tabs won't be hidden.

    0 讨论(0)
  • 2021-01-31 07:55

    It's now available in current ssms version. From menu => Tools => options:

    0 讨论(0)
  • 2021-01-31 07:59

    You can do this by pinning all the tabs. If tabs are pinned, they won't go out of sight but will go to the next tabline instead.

    The last line in the picture is a result of "Show pinned tabs in a separate row" option described in this answer.

    0 讨论(0)
提交回复
热议问题