In sql server 2014 I have configured log shipping from my Prod to DR and secondary database I kept it in Standby/Read only mode. But after few days when I observe it went to Restoring state ....not sure how?And when I try to execute recovery command on the same database it has thrown below error and the databases went to Suspect mode.Cmd : restore database dbname with recovery.Msg 9004, Level 16, State 6, Line 1An error occurred while processing the log for database . If possible, restore from backup. If a backup is not available, it might be necessary to rebuild the log.Msg 3167, Level 16, State 1, Line 1RESTORE could not start database.Msg 3013, Level 16, State 1, Line 1RESTORE DATABASE is terminating abnormally.Msg 3414, Level 21, State 1, Line 1An error occurred during recovery, preventing the database(10:0) from restarting. Diagnose the recovery errors and fix them, or restore from a known good backup. If errors are not corrected or expected, contact Technical Support.please suggest how to resolve this issue.
↧