Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Font Size in SQL Results To Grid View in Visual Studio

I'm working with VS21017 and I have a SQL file (scripts.sql) in my solution. When I open that file, I can connect to a database and execute queries.

The results grid for a typical SELECT statement is in a really small font.

I've looked in the Tools > Options menu under the Database Tools and SQL Server Tools headings, but can not find a way to increase/adjust the size of the font in that results grid. I have also tried various keyboard shortcuts that affect other places in VS, like Ctrl + < and Ctrl + >, which work in C#, HTML, and T-SQL editors.

How can I adjust the size of the font in that results grid?

Thanks!

like image 723
Glenn Ferrie Avatar asked Jul 05 '17 18:07

Glenn Ferrie


People also ask

How do I change the font size in SQL results?

Click Options on the Tools menu. Click Environment, and then click Fonts and Colors. In the Show settings for list, select Text Editor. Change the font, size, display item, foreground and background colors.

How do I enlarge SQL results?

From the SSMS Tools menu, choose Options. Then in the search box type 'FON', choose 'Font and Colors' and from the drop down list labeled 'Show settings for : ' choose 'Grid Results'. Enlarge the font size. Restart SSMS and your view will be much better.

How do I make SSMS results bigger?

In the Tools -> Options window go to the Fonts and Colors tab. Then under Show Settings for: select Grid Results. From there you can change the font to whatever is most comfortable for you.

How do I increase font size in SQL client?

Go to File -> New Session Properties -> SQL tab -> SQL Entry Area -> Choose FONT accordingly.


1 Answers

Found it:

Tools>Options>Environment>Fonts and Colors

Show Settings For>"SQL Results - Grid"

like image 113
Jacob H Avatar answered Nov 14 '22 21:11

Jacob H