Home > Forum > Database > Recovery Pending and HTTP error 502.5

Recovery Pending and HTTP error 502.5
0

My database goes into "Recovery Pending" mode which causes a program HTTP error 502.5.
Restarting the SQL Server service solves the problem, but this has happened several times, does anyone know why this is happening?

MVP

Hi,
there are many reasons that might cause error like that.

It might be lack of storage space, forced shutdown (loss of power) which might break some transactions and probably more.
You should try to locate what caused it exactly - check windows logs (Event Viewer), maybe SQL Server Error Log (SELECT on table sys.messages), try DBCC CHECKDB command with SQL.

Could you give us some more information about your environment? Is it dedicated dev server, local virtual machine etc.? Is it one server install, or services are split between servers?

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.