0

In SSMS (SQL Server Management Studio) there is a meny item Available Databases. I would like to increase the size of that box since there is some databases with long name that I would like to see the whole name. Production name "VeryLongNameOfADatabaseInThisCase_Prod" "VeryLongNameOfADatabaseInThisCase_TEST".

7
  • Do you mean that you want to expand the right-hand panel which lists out databases on an instance? If so, you can move the panel slider to the right to resize the 'Object Explorer' panel. Alternatively, you can snap it out to have it on another window/screen. A screenshot of your issue would help. Commented Jan 25, 2019 at 9:39
  • No, mean up in the menu.
    – Peter
    Commented Jan 26, 2019 at 13:36
  • You're not making this easy Peter... Can you be more specific please, with some screenshots? Commented Jan 28, 2019 at 8:41
  • How do I add screen shots? OPEN SSMS. On the first meny row you have File, Edit, View, Query...
    – Peter
    Commented Jan 29, 2019 at 9:43
  • How do I add screen shots? OPEN SSMS. On the first meny row you have File, Edit, View, Query...
    – Peter
    Commented Jan 29, 2019 at 9:45

1 Answer 1

1
  1. Navigate to Tools > Customize
  2. Go to the 'Commands' tab
  3. Change the radio buttons on the left to 'Toolbar'
  4. Select 'SQL Editor' from the list of options
  5. Highlight 'Available Databases [__________]
  6. Click 'Modify Selection'
  7. Change the 'Width' property from 160 to a more meaningful value
  8. Click Close

enter image description here

Hey presto, your Databases drop-down list is now wider.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .