|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, November 16, 2012 12:54 PM
Points: 19,
Visits: 58
|
|
Hi,
Several databases are going into Recovery mode, when I view them in SSMS. Only for a few seconds at a time, then the go back to normal...
The problems with this are some client app's are trying to connect and cant do so when required.
I was running on Express edition, but just recently migrated to SQL Server 2012 standard.
The issue is still occuring regardless of this upgrade.
What should I be looking at,.. the servers memory and CPU usage are fine when this occurs.
Sometimes you expand Tables in SSMS and it takes forever, then it will go into Recovery mode, sometimes on 3 databases at once, somethimes just 1.
Where do I start ?
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 4:11 PM
Points: 37,741,
Visits: 30,020
|
|
Autoclose is on for those databases. So whenever no one's using the DB, SQL shuts it down. When you need it again, SQL starts it up and recovers it (going through recovery)
Maybe also log fragmentation (excessive VLFs)
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, November 16, 2012 12:54 PM
Points: 19,
Visits: 58
|
|
| Thankyou for the feedback, I will look into these items... :)
|
|
|
|