Home Forums SQL Server 2005 Administering SSMS not connected on query tabs but still connected in object explorer RE: SSMS not connected on query tabs but still connected in object explorer

  • zip184 (6/6/2013)


    I have the same problem in 2008. I never used to but I re-installed it recently and this started happening.

    Have you found anything yet?

    Maybe the autoclose proeprty is disconnecting you?

    I know on all express versions, you have to pay special attention to the autoclose property, which is ON by default in order to conserve resources.

    if you are connected to any of the databases with that proerty =true, it might be the issue:

    SELECT * FROM sys.databases where is_auto_close_on = 1

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!