You may see the following errors in the Windows System Event Log which can be indicators of system problems that can contribute to SQL Server database inconsistency or performance problems:
The errors are only related to SQL Server problems if the device or disk associated with the error is used to store SQL Server database or transaction log files.
EventID | Message |
9 | The device, <device name>, did not respond within the timeout period |
11 | The driver detected a controller error on <device> |
15 | The device, <device>, is not ready for access yet |
50 | {Delayed Write Failed} Windows was unable to save all the data for the file. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere |
51 | An error was detected on device <device path> during a paging operation |
54 | An Io Request to the device <device> did not complete or canceled within the specific timeout. This can occur if the device driver does not set a cancel routine for a given IO request packet. |
55 | The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume <drive letter> |
57 | The system failed to flush data to the transaction log. Corruption may occur |
129 | Reset to device, <device name>, was issued. |
1066 | Cluster disk resource Disk <x> : is corrupt. Running ChkDsk /F to repair problems. |
6008 | The previous system shutdown at <time> on <date> was unexpected. |
The errors are only related to SQL Server problems if the device or disk associated with the error is used to store SQL Server database or transaction log files.