Disappearing results pane

  • When I create a New Query pane and enter a T-SQL query like the one below, I see the Results pane flash but I'm left with only the Messages pane. If I turn on the Execution plan and Client Statistics features, those tabs will also appear but the Results pane does not.

    select count(*) from HumanResources.Employee;

    If I right click the table above and click "Select TOP 1000 rows" it will create a new query pane and I can then execute the query above in that pane without a problem.

    Very strange. Anyone have any thoughts?

    SQL Server 2008, sp 1, build 2531

    "Beliefs" get in the way of learning.

  • My bad. I forgot that I had turned on "discard results" last week while testing something else.

    "Beliefs" get in the way of learning.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply