Glenn Ferrie
Glenn Ferrie

Reputation: 10400

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!

Upvotes: 5

Views: 4133

Answers (1)

Jacob H
Jacob H

Reputation: 2505

Found it:

Tools>Options>Environment>Fonts and Colors

Show Settings For>"SQL Results - Grid"

Upvotes: 15

Related Questions