Checks whether a database has recent backups. Scheduling regular backups is important for protecting your databases against data loss from a variety of failures. The appropriate frequency for backing up data depends on the recovery model of the database, on business requirements regarding potential data loss, and on how frequently the database is updated. In a frequently updated database, the amount of work-loss exposure increases relatively quickly between backups. The best practice is to perform backups frequently enough to protect databases against data loss. The simple recovery model and full recovery model both require data backups. The full recovery model also requires log backups, which should be taken more often than data backups. For either recovery model, you can supplement your full backups with differential backups to efficiently reduce the risk of data loss. For a database that uses the full recovery model, Microsoft recommends that you take frequent log backups. For a production database that contains critical data, log backups would typically be taken every one to fifteen minutes. Note: The recommended method for scheduling backups is a database maintenance plan.
Checks the max degree of parallelism option for the optimal value to avoid unwanted resource consumption and performance ...
Checks the max work threads server option for potentially incorrect settings of an instance of SQL Server 2005. Setting the ...
Checks the max worker threads server option for potentially incorrect settings of an instance of SQL Server 2000 that is ...
Checks the max worker threads server option for potentially incorrect settings of an instance of SQL Server 2000 that is ...
Checks whether a database has recent backups. Scheduling regular backups is important for protecting your databases against ...
Checks whether an instance of SQL Server 2008 is present on the machine, because uninstalling shared components (such as ...
Checks whether Analysis Services is installed as part of a named instance that includes the SQL Server 2000 Database Engine. ...
Checks whether data and log files are placed on separate logical drives. Placing both data and log files on the same drive ...
Checks whether default trace is turned on to collect information about configuration and DDL changes to the instance of SQL ...