Checks whether the database has suspect database pages. A database page is set suspect by error 824. This error occurs when ...

Checks whether the database has suspect database pages.  A database page is set suspect by error 824. This error occurs when a logical consistency error is detected during a read operation, which frequently indicates data corruption caused by a faulty I/O subsystem component. When the SQL Server Database Engine detects a suspect page, the page ID is recorded in the msdbo.dbo.suspect_pages table. This is a severe error condition that threatens database integrity and must be corrected immediately.  Best Practices Recommendations: * Review the SQL Server error log for the details of the 824 error for this database. * Complete a full database consistency check (DBCC CHECKDB). * Implement the user actions defined in MSSQLSERVER_824.