Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Default size of results window SQL Server Management Studio or alternative

Any one who uses SQL Server 2008, or earlier variants, knows that when you run the commands in the window the results window pops up for the lower half of the screen. I do want to see my results but when only the first or top 10 results will do have the window is a waste. Is there a way I can change the default size of that window?

Also if this kind of functionality exists in VS 2008 or 2010 let me know and I'll abandon SQL Server Management Studio.

like image 501
QueueHammer Avatar asked Feb 15 '11 14:02

QueueHammer


People also ask

How do I resize the results window in SQL Server?

Another method is to click anywhere on the query or results window. Then hold down the "CTRL" and scroll your mouse button up or down. This changes the size of the text.

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.

What is the default page size in SQL Server?

As mentioned, in SQL Server, the page size is 8-KB. This means SQL Server databases have 128 pages per megabyte. Each page begins with a 96-byte header that is used to store system information about the page.

How do I enlarge a SQL window?

To do this simply hold down the Ctrl button on your keyboard and with your mouse scroll the mouse wheel up to increase the magnification and scroll down to decrease it.


1 Answers

Tools -> Options -> Environment -> Fonts and Colors -> Grid Results

enter image description here

like image 108
фымышонок Avatar answered Oct 29 '22 00:10

фымышонок