How do I close SQL Server output subwindow which appears 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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.