What is the keyboard shortcut for executing the current statement?
Shift + F5
What is the keyboard shortcut for executing a query?
F5 or Ctrl + E
What is the keyboard shortcut for showing code completion suggestions?
Ctrl + Space
How to insert a “SELECT * FROM”-snippet?
ssf
How to insert a “SELECT TOP 100 * FROM”-snippet?
st100
How to insert an “ORDER BY”-snippet?
ob
How to insert a “BEGIN…END” snippet?
be
How to insert a “SELECT COUNT(*)… FROM”-snippet?
scf
How to cancel a running query?
Alt + Break
What is the difference between a “INSERT INTO … SELECT * FROM”-statement and a “SELECT * INTO … FROM …“-statement?
What is the shortcut for closing a query window?
Ctrl + F4