<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Edwin M SarmientoThe Truth About SQL Server Backup Verification Using The GUI &#8211; Edwin M Sarmiento</title>
	<atom:link href="https://www.edwinmsarmiento.com/the-truth-about-sql-server-backup-verification-using-the-gui/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.edwinmsarmiento.com</link>
	<description>Intentional Excellence</description>
	<lastBuildDate>Mon, 13 Apr 2026 21:00:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">84283043</site>		<item>
		<title>The Truth About SQL Server Backup Verification Using The GUI</title>
		<link>https://www.edwinmsarmiento.com/the-truth-about-sql-server-backup-verification-using-the-gui/</link>
		<comments>https://www.edwinmsarmiento.com/the-truth-about-sql-server-backup-verification-using-the-gui/#respond</comments>
		<pubDate>Mon, 09 Nov 2015 17:58:56 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[integrity]]></category>
		<category><![CDATA[RESTORE VERIFYONLY]]></category>
		<guid isPermaLink="false">http://www.edwinmsarmiento.com/?p=2260</guid>

				<description><![CDATA[Why You Shouldn't Just Rely On The Checkbox That Says So. I recently had a conversation with a SQL Server DBA about making sure that backups do work as expected. And while I try not to use scary tactics to convince people to change their way of thinking, this particular example needed it. I&#8217;ve written a blog post about why I don&#8217;t trust the &#8220;Verify backup [&#8230;]]]></description>
					<content:encoded><![CDATA[<p><em id="gnt_postsubtitle" style="color:#770005;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:1.3em;line-height:1.2em;font-weight:normal;font-style:italic;">Why You Shouldn't Just Rely On The Checkbox That Says So</em></p> <img width="694" height="568" src="https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/VerifyBackupIntegrity.jpg" class="featured-image wp-post-image" alt="" srcset="https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/VerifyBackupIntegrity.jpg 694w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/VerifyBackupIntegrity-300x246.jpg 300w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/VerifyBackupIntegrity-489x400.jpg 489w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/VerifyBackupIntegrity-82x67.jpg 82w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/VerifyBackupIntegrity-600x491.jpg 600w" sizes="(max-width: 694px) 100vw, 694px" /><p>I recently had a conversation with a SQL Server DBA about making sure that backups do work as expected. And while I try not to use scary tactics to convince people to change their way of thinking, this particular example needed it.</p>
<p>I&#8217;ve written a <a href="https://www.edwinmsarmiento.com/the-scariest-lie-we-believed-about-backup-verification/" target="_blank">blog post</a> about why I don&#8217;t trust the &#8220;<strong>Verify backup integrity</strong>&#8221; option in the SQL Server Management Studio database maintenance plan. The main idea behind the blog post is that you may have believed this to be true for a long time but it actually isn&#8217;t: <span style="color: #800000;"><strong>it does not verify backup integrity because it does not perform integrity checks</strong></span>.</p>
<p>I&#8217;ve provided a set of scripts in the <a href="https://www.edwinmsarmiento.com/the-scariest-lie-we-believed-about-backup-verification/" target="_blank">blog post</a> to use as an example. I took it a step further &#8211; I&#8217;ve recorded a video to drive the point further. If I was to summarize the lesson in a single sentence, it would be this:</p>
<p style="text-align: center;"><div style="background-color:#eeeeee;border:1px solid #D6D6D6;font-family:arial,helvetica,sans-serif;font-size:15px;line-height:20px;margin:8px 0 20px;padding:15px 20px;">&#8220;RESTORE VERIFYONLY is totally <strong><span style="color: #800000;">USELESS </span></strong>if you do not have the WITH CHECKSUM option in your backups.&#8221;</div></p>
<p style="text-align: left;">A recommended approach is to NOT use the database maintenance plan backup database tasks to create and verify your backups. Rather, use T-SQL and include the appropriate keywords &#8211; like the CHECKSUM for backup and VERIFYONLY for restore.  Have fun learning</p>
<p style="text-align: center;"><iframe title="YouTube video player" width="100%" height="353" src="//www.youtube.com/embed/ebn3faTaXU4?rel=0" frameborder="0" allowfullscreen></iframe><div style="margin-bottom: 10px; border: 1px #999999 solid; background-color: #eaeaea; padding: 6px 6px 6px 6px;font-family:arial,helvetica,sans-serif;font-size:10px;text-align:center;">If you can&rsquo;t see this video in your RSS reader or email, then <a href="https://www.edwinmsarmiento.com/the-truth-about-sql-server-backup-verification-using-the-gui/" title="The Truth About SQL Server Backup Verification Using The GUI">click here</a>.</div></p>
<h3 style="text-align: left;">Additional Resources</h3>
<ul>
<li style="text-align: left;"><a href="https://www.edwinmsarmiento.com/the-scariest-lie-we-believed-about-backup-verification/" target="_blank">The Scariest Lie We Believed About Backup Verifications</a></li>
<li style="text-align: left;"><a href="https://www.edwinmsarmiento.com/is-a-successful-backup-really-a-successful-backup/" target="_blank">Is a Successful Backup Really a Successful Backup?</a></li>
<li style="text-align: left;"><a href="https://www.edwinmsarmiento.com/are-your-sql-server-backups-useless/" target="_blank">Are Your SQL Server Backups Useless?</a></li>
</ul>
<p style="text-align: center;"><div style="background-color:#eeeeee;border:1px solid #D6D6D6;font-family:arial,helvetica,sans-serif;font-size:15px;line-height:20px;margin:8px 0 20px;padding:15px 20px;"><strong></p>
<h1>IF YOU ENJOYED THIS POST, GET MORE UPDATES STRAIGHT TO YOUR INBOX.</h1>
<p></strong> <br /><CENTER><script>(function() {
	window.mc4wp = window.mc4wp || {
		listeners: [],
		forms: {
			on: function(evt, cb) {
				window.mc4wp.listeners.push(
					{
						event   : evt,
						callback: cb
					}
				);
			}
		}
	}
})();
</script><!-- Mailchimp for WordPress v4.12.2 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-2722" method="post" data-id="2722" data-name="Subscribe" ><div class="mc4wp-form-fields"><p>
    <input type="text" name="FNAME" placeholder="First Name" required> &nbsp;&nbsp;
	<input type="email" name="EMAIL" placeholder="Your email address" required /> &nbsp;&nbsp;
	<input type="submit" value="Keep me updated!" />
</p></div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1782337034" /><input type="hidden" name="_mc4wp_form_id" value="2722" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin --></CENTER></div></p>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/the-truth-about-sql-server-backup-verification-using-the-gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">2260</post-id>	</item>
	</channel>
</rss>