How do I close SQL Server output subwindow which appears when I run a T-SQL script from inside Visual Studio 2010?
How do I close SQL Server output subwindow which appear开发者_开发技巧s when I run a T-SQL script from inside Visual Studio 2010? It neither has nay kind of control buttons like [x] or[-=] visible, nor any other obvious means of closing.
On occasion the default keyboard shortcut Ctrl+R disappears. Resetting the default keyboard mapping scheme, using the [Reset] button in Tools > Options > Environment > Keyboard should cure this.
You can change the keybinding to be whatever you like.
Tools > Options > Environment > Keyboard
Find Data.SqlEditorToggleResultsPane, which is defaulted to Ctrl+Shift+Alt+R. I changed mine to mimic SSMS (Ctrl+R), but you can change it to anything you like.
You can also add a custom shortcut button to a toolbar, if keybindings aren't your thing.
The only way we found to do it was Ctrl
+ Alt
+ Shift
+ R
.
'Window', 'Hide Results Pane' (Ctrl-R)
精彩评论