August 31, 2010 at 7:51 am
Hello,
I leave SSMS open on my desktop overnight. Every morning when I get in, all of my query tabs show as "not connected"
Is there a setting that controls this ?
Note, it's not a timeout issue on queries and the databases are still connected in object explorer.
Thanks
R
June 6, 2013 at 6:48 am
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?
June 6, 2013 at 6:57 am
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
June 6, 2013 at 7:04 am
When I run: "SELECT * FROM sys.databases where is_auto_close_on = 1" I get no results.
I don't think it's a DB property because other people who connect to it in my office don't have this problem. I didn't before I re-installed my client either.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply