SQL Server Management Studio Object Explorer - How to increase Font Size?

后端 未结 8 1723
眼角桃花
眼角桃花 2020-12-31 01:08

In SQL Server Management Studio Object Explorer - How to increase Font Size?

From the tool --> Options --> Fonts & Colors we can change fonts for many windows. T

相关标签:
8条回答
  • 2020-12-31 01:11

    change grid result font Go to "Tools/Options/Fonts and Colors" Under the "Show settings for:" dropdown choose "grid results" Set the font/fontsize to whatever you want (I use 12 pt Segoe UI) Click "OK"

    0 讨论(0)
  • 2020-12-31 01:16

    In SSMS-17, Once you have navigated to Tools->Options->Environment->Fonts and Colors, Select Environment Font from the Show settings for. Then the Font will need to be set to a different Font before the Size of the text can be changed. The Automatic default Font setting prevents the Size from being changed.

    Snip: SSMS-17 Before changes are made

    Snip: SSMS-17 After changes are made

    0 讨论(0)
  • 2020-12-31 01:17

    Using SSMS 2016, it will set use the font and size settings under "Environment Font" in object explorer (and in all menus etc) on restart of SSMS. Screen shot showing setting panel and result

    0 讨论(0)
  • currently there is no option but you can vote for this to be added into future versions here: https://connect.microsoft.com/SQLServer/feedback/details/1046535

    0 讨论(0)
  • 2020-12-31 01:27

    Sometimes I like larger fonts, they help me see clearly and avoid mistakes when reading all the tons of text and data.

    My alternatives for not being able to change the font in Object Explorer:

    1. Windows 7 has a Magnifier.

    2. Add a Filter when finding a specific table among the many tables in a database. Right click on Tables --> Filter.

    0 讨论(0)
  • 2020-12-31 01:28

    This is a known issue, and will not be fixed at this time.

    http://connect.microsoft.com/SQLServer/feedback/details/691432/ssms-should-be-able-to-set-font-size-for-object-explorer-registered-servers-and-properties

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