Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Sunday, November 26, 2017

SQL Clone Quick Tip: Offloading DBCC checks

SQLServerCentral.com Articles
SQL Clone Quick Tip: Offloading DBCC checks

If corruption creeps into a database it can and will derail the best-laid disaster recovery plans. To be certain that a database is corruption-free, you need to run regular DBCC CHECKDB checks on that database. Unfortunately this is a resource-intensive task, but SQL Clone can help.

No comments: