Hi,
Could some one explain me how unexpected reboot of the server causes the SQL server databases to go into suspect mode. I had a similar issue recently where i found that the server got rebooted unexpectedly which caused the SQL databases to into suspect mode. Error messages from SQL logs are below.
spid34sError: 3456, Severity: 21, State: 1.
spid34sCould not redo log record (71:151:3), for transaction ID (0:22151), on page (1:9), allocation unit 6488064, database 'Inventory' (database ID 17). Page: LSN = (70:401:3), allocation unit = 6488064, type = 13. Log:
OpCode = 4, context 20, PrevPageLSN: (71:146:6). Restore from a backup of the database, or repair the database.
spid34sError: 3313, Severity: 21, State: 1.
spid34sDuring redoing of a logged operation in database 'Inventory', an error occurred at log record ID (71:151:3). Typically, the specific failure is previously logged as an error in the Windows Event Log service. Restore
the database from a full backup, or repair the database.
spid34sError: 3414, Severity: 21, State: 1.
spid34sAn error occurred during recovery, preventing the database 'Inventory' (17: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.
Thanks in Advance.