First, verify that the database is marked IsShutdown using DATABASEPROPERTY.
Then, determine the cause of the error by consulting the errorlog, and take action as noted below.
First, verify that the database is marked IsShutdown using DATABASEPROPERTY
Then, determine the cause of the error by consulting the errorlog, and take action as noted below.
If one or more data or log files are missing:
If insufficient log space:
The database is recovered and brought online by this procedure.
If insufficient data space:
The database is recovered and brought online by this procedure.
If insufficient memory:
The insufficient memory error can occur when a number of databases are recovered at the same time. Retrying the operation may fix the problem:
If retrying the operation does not work, consider freeing up memory. |