Saturday, August 3, 2013

SQL Shortcut keys

The below shortcut keys mostly used in the while developing the query in SQL server. The shortcut key will help you to make query faster and easier to handle the SQL explorer.

Ctrl + R : Close and open the SQL query output window
Ctrl+ X : Execute the selected query in the query window
F5 : Execute the selected query in the query window
Ctrl +  G : Go to line number
Shift+Alt+Enter :  Full screen
Ctrl + N : Open new query window
F8 : Open object explorer
F4 : Open properties window


No comments: