<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>DBCC CHECKDB on SQL Server Scripts</title><link>https://www.sqlserver70.com/tags/dbcc-checkdb/</link><description>Recent content in DBCC CHECKDB on SQL Server Scripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>SQLServer70.com</copyright><lastBuildDate>Fri, 17 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.sqlserver70.com/tags/dbcc-checkdb/index.xml" rel="self" type="application/rss+xml"/><item><title>SQL Server DBCC CHECKDB Last Run Date Report</title><link>https://www.sqlserver70.com/post/sql-server-dbcc-checkdb-last-run-date-report/</link><pubDate>Fri, 17 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.sqlserver70.com/post/sql-server-dbcc-checkdb-last-run-date-report/</guid><description>
&lt;p&gt;Running &lt;code&gt;DBCC CHECKDB&lt;/code&gt; on every database is one of the most important tasks for a SQL Server DBA. But in busy environments it is easy to lose track of which databases have been checked recently and which have not. This script loops through all user databases, reads the last known good &lt;code&gt;DBCC CHECKDB&lt;/code&gt; date from each one, and presents the results sorted from oldest to newest so you can spot gaps fast.&lt;/p&gt;</description></item></channel></rss>