Hi,
I am looking for an equivalent in SQL 2005 Query editor to toggle the hiding and displaying the results pane. Equivalent to hitting Ctrl+R in Query Analyzer.
Also, the setting can be changed to get the Results in a separate tab. Is there a keyboard shortcut to toggle between the editor and results windows in that case.
Hitting Ctrl+tab goes to a separate Editor window, not to the results pane within the same query...
Thanks,
Asim.

Shortcut to hide the results pane in Query editor
mani_rt
Asim.
Noel Fernandez
By default, ctrl-r toggles the results pane in SSMS T-SQL editor windows. This is handled by the editor window itself, so it has to have focus when you type the shortcut. And F6 should rotate through the edit, results, and other panes within the editor window.
Which build are you using where this doesn't work
mntlinstituteflr
Is this shortcut really missing Isn't this important for people who write queries all day. Are we expected to use the mouse whenver we want to show or hide the results pane.
Asim.