Checks if the PAGE_VERIFY database option is not set to CHECKSUM to provide a high level of data-file integrity. When CHECKSUM is enabled for the PAGE_VERIFY database option, the SQL Server Database Engine calculates a checksum over the contents of the whole page, and stores the value in the page header when a page is written to disk. When the page is read from disk, the checksum is recomputed and compared to the checksum value that is stored in the page header. This helps provide a high level of data-file integrity.
Checks if a computer restart is required because of broken fusion ATL. A pending restart can cause SQL Server Setup to fail. ...
Checks if database and the backups are on separate backup devices. If they are on the same backup device, and the device ...
Checks if permission to access the database is enabled for guest user. Remove access to the guest user if it is not required. ...
Checks if the MSCS cluster has been validated and if there are any warnings reported in the MSCS cluster validation report. ...
Checks if the PAGE_VERIFY database option is not set to CHECKSUM to provide a high level of data-file integrity. When CHECKSUM ...
Checks if the selected instance name is already used by an existing cluster-prepared or clustered instance on any cluster ...
Checks if the status of a database is suspect by looking for error 824. Error 824 indicates that a logical consistency error ...
Checks that only members of the sysadmins fixed server role can execute CmdExec and ActiveX Script job steps. Applies only ...
Checks that symmetric keys with a length less than 128 bytes do not use the RC2 or RC4 encryption algorithm. The best practice ...