|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, December 14, 2011 2:01 PM
Points: 299,
Visits: 61
|
|
Hi, I have no idea what happened with my sql server but, all of a sudden, connection failed to the sql from Enterprise Manager.(we are using SQL Server 2000). I tried couple of times and then went into Event viewer to see the logs. SQL is noting down Category (2) Event id 17055 errors. The description of the error message is "Recovery of database '' dbname" is 31% complete (approximately 3199 more seconds). and this percent is growing from time to time. Please point me in right direction why really I got this error?
Thanks
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Thursday, May 23, 2013 5:17 AM
Points: 409,
Visits: 409
|
|
It looks like your sql server got restarted and it is now doing the recovery of the databases. Just check when the sql server got restarted. to check that you can check when the tempdb got created. I mean check the tempdb creation date. and then drill down to sql server error log and eventvwr before that time to check what went wrong.
|
|
|
|