views:

13

answers:

1

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.

A: 

'Window', 'Hide Results Pane' (Ctrl-R)

Andrew
Does not work. There is no "Hide Results Pane" in "Window" menu. If I press Ctrl+R then "(Ctrl+R) was pressed. Waiting for sekond key of chord..." appears in the status bar.
Ivan
Sorry, @Ivan - I was looking at my copy of SQL Server 2008 Management Studio.
Andrew