SQL Management Studio Shortcuts
2000 – isqlw –To open a query analyzer in 2000
2005 – sqlwb—To open SSMS in 2005 (Not Query analyzer For New Query use Alt+N)
2005 –ssmsee—TO open SSMS in 2005 (Express Edition)
The most commonly used keyboard shortcuts in the SQL Server Management Studio (SSMS).
Run and then SqlWb.exe to launch SQL Server Management Studio
Results in Grid
Ctrl + D
Change database
Ctrl + U
Results in Text
Ctrl + T
Execute Query
Ctrl + E or F5
Show/Hide Object browser
F8 (Auto Hide has to be enabled)
New Query Window
Ctrl + Q
New Query with New Connection
Ctrl + N (Then selecting SQL Server Query template)
Open a .SQL Script file
Ctrl + O
Full Screen
Shift + Alt + Enter
Parse the query
Ctrl + F5
Show/Hide Results Pane
Ctrl + R
Switch between query and results panes
F6
Information about all the objects in the current database
Alt + F1
2005 – sqlwb—To open SSMS in 2005 (Not Query analyzer For New Query use Alt+N)
2005 –ssmsee—TO open SSMS in 2005 (Express Edition)
The most commonly used keyboard shortcuts in the SQL Server Management Studio (SSMS).
Run and then SqlWb.exe to launch SQL Server Management Studio
Results in Grid
Ctrl + D
Change database
Ctrl + U
Results in Text
Ctrl + T
Execute Query
Ctrl + E or F5
Show/Hide Object browser
F8 (Auto Hide has to be enabled)
New Query Window
Ctrl + Q
New Query with New Connection
Ctrl + N (Then selecting SQL Server Query template)
Open a .SQL Script file
Ctrl + O
Full Screen
Shift + Alt + Enter
Parse the query
Ctrl + F5
Show/Hide Results Pane
Ctrl + R
Switch between query and results panes
F6
Information about all the objects in the current database
Alt + F1

0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home