image

Block Selection

Instead of selecting multiple rows, you might want to select multiple columns by holding down the Shift Key.  To do Block selection, you can do SHIFT+ALT and drag your mouse to only select certain areas of your text in column fashion.

image

Status Bar

The normal status bar is at the bottom of the query window.

image

Under Tools -> Options -> Text Editor/Editor Tab and Status Bar, there are options that allow you to change the appearance of the Status Bar.

image

By default, the Status Bar is set to Bottom for the location, but you can move it to the top if you choose.

image

You can change the color of the Status Bar as well.

Cycle through Query Windows

Almost everyone knows you can use ALT+TAB to cycle through programs in Windows.  You can use CTRL+TAB to cycle through Query Windows in SSMS.

image

Also, CTRL + F6 will cycle through the actual tabs without the graphic switching display.

Group Connections

Within Registered Servers you can create a group of SQL Servers.  This then allows you to start a query that will be run against all of the servers within the group.  This is where the Group Connection Color for the status bar comes into play.

image

This could be really handy if you need to execute items across multiple servers.  The color of the status bar is there to help you realize that that query is a group query as opposed to a single server connection.

You can get more information about shortcuts here.