<?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>Database Backup | Varinder Sandhu</title>
	<atom:link href="https://varindersandhu.in/tag/database-backup/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Tue, 14 May 2013 13:31:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://varindersandhu.in/wp-content/uploads/2020/05/varindersandhu_favicon.ico</url>
	<title>Database Backup | Varinder Sandhu</title>
	<link>https://varindersandhu.in</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">22788835</site>	<item>
		<title>SQL Server 2008 – Database Backup Compression</title>
		<link>https://varindersandhu.in/2012/04/27/sql-server-2008-database-backup-compression/</link>
					<comments>https://varindersandhu.in/2012/04/27/sql-server-2008-database-backup-compression/#comments</comments>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Fri, 27 Apr 2012 09:48:56 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Backup & Restore]]></category>
		<category><![CDATA[SQL-Scripts]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Backup Compression]]></category>
		<category><![CDATA[Database Backup]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2355</guid>

					<description><![CDATA[<p>Backup compression was introduced in SQL Server 2008 Enterprise. At installation, backup compression default is set to 0, which makes backup compression off by default. To change the default to COMPRESSION, set backup compression default to 1. To revert the default to NO_COMPRESSION, set backup compression default back to 0.</p>
<p>The post <a href="https://varindersandhu.in/2012/04/27/sql-server-2008-database-backup-compression/">SQL Server 2008 – Database Backup Compression</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
					<wfw:commentRss>https://varindersandhu.in/2012/04/27/sql-server-2008-database-backup-compression/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2355</post-id>	</item>
		<item>
		<title>Restore SQL 2008 full database backup to SQL Server 2005</title>
		<link>https://varindersandhu.in/2011/07/16/restore-sql-2008-full-database-backup-to-sql-server-2005/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Sat, 16 Jul 2011 09:19:58 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Backup & Restore]]></category>
		<category><![CDATA[SQL-General]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Database Backup]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=1336</guid>

					<description><![CDATA[<p>My friend wants to restore the SQL 2008 full backup to SQL Server 2005. He faced an issue while restore the SQL 2008 full backup to SQL Server 2005. He has a question from me as: Can we restore the SQL 2008 full database backup to SQL Server 2005? Answer:</p>
<p>The post <a href="https://varindersandhu.in/2011/07/16/restore-sql-2008-full-database-backup-to-sql-server-2005/">Restore SQL 2008 full database backup to SQL Server 2005</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1336</post-id>	</item>
		<item>
		<title>SQL Server &#8211; Mirror Backup of databases</title>
		<link>https://varindersandhu.in/2011/07/09/sql-server-mirror-backup-of-databases/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Sat, 09 Jul 2011 06:42:31 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Backup & Restore]]></category>
		<category><![CDATA[SQL-General]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Database Backup]]></category>
		<category><![CDATA[Mirror Backup]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=1298</guid>

					<description><![CDATA[<p>It is very common practice to create an exact copy of the database backup and store it to different places so that in case any emergency or misfortune, DBA should have the alternative location to find the backup of databases.  Once a full backup is accomplished DBAs generally copy the</p>
<p>The post <a href="https://varindersandhu.in/2011/07/09/sql-server-mirror-backup-of-databases/">SQL Server – Mirror Backup of databases</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1298</post-id>	</item>
		<item>
		<title>SQL Server – Validation of Backup</title>
		<link>https://varindersandhu.in/2011/04/19/sql-server-validation-of-backup/</link>
					<comments>https://varindersandhu.in/2011/04/19/sql-server-validation-of-backup/#comments</comments>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Tue, 19 Apr 2011 15:16:10 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Backup & Restore]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Database Backup]]></category>
		<category><![CDATA[Database Restore]]></category>
		<category><![CDATA[RESTORE VERIFYONLY]]></category>
		<category><![CDATA[Validation of Backup]]></category>
		<guid isPermaLink="false">http://theitarticles.wordpress.com/?p=727</guid>

					<description><![CDATA[<p>Database backup are insurance policy for a database, we need to ensure that backups created are valid and useful. To validate the backup, we can use following command Restore verifyonly from &#60;backup device&#62; When a backups is validated, SQL Server performs the following steps Calculated a checksum for the backup</p>
<p>The post <a href="https://varindersandhu.in/2011/04/19/sql-server-validation-of-backup/">SQL Server – Validation of Backup</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
					<wfw:commentRss>https://varindersandhu.in/2011/04/19/sql-server-validation-of-backup/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">727</post-id>	</item>
		<item>
		<title>SQL Server &#8211; Backup all the sql server databases</title>
		<link>https://varindersandhu.in/2011/04/10/sql-server-backup-all-the-sql-server-databases/</link>
					<comments>https://varindersandhu.in/2011/04/10/sql-server-backup-all-the-sql-server-databases/#comments</comments>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Sun, 10 Apr 2011 11:25:02 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Backup & Restore]]></category>
		<category><![CDATA[SQL-Query]]></category>
		<category><![CDATA[SQL-Scripts]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Database Backup]]></category>
		<category><![CDATA[Database Backup Script]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://theitarticles.wordpress.com/?p=694</guid>

					<description><![CDATA[<p>Sharing with you script to backup all the SQL server databases Script: DECLARE @name VARCHAR(50) &#8212; database name DECLARE @path VARCHAR(256) &#8212; path for backup files DECLARE @fileName NVARCHAR(256) &#8212; filename for backup DECLARE @fileDate VARCHAR(20) &#8212; used for file name SET @path = &#8216;D:Backup&#8217; SELECT @fileDate = CONVERT(VARCHAR(20),GETDATE(),113) SELECT</p>
<p>The post <a href="https://varindersandhu.in/2011/04/10/sql-server-backup-all-the-sql-server-databases/">SQL Server – Backup all the sql server databases</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
					<wfw:commentRss>https://varindersandhu.in/2011/04/10/sql-server-backup-all-the-sql-server-databases/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">694</post-id>	</item>
		<item>
		<title>SQL Backup Plan with Dynamic file Name</title>
		<link>https://varindersandhu.in/2010/09/26/sql-backup-plan-with-dynamic-file-name/</link>
					<comments>https://varindersandhu.in/2010/09/26/sql-backup-plan-with-dynamic-file-name/#comments</comments>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Sun, 26 Sep 2010 01:26:00 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Backup & Restore]]></category>
		<category><![CDATA[SQL-General]]></category>
		<category><![CDATA[SQL-Query]]></category>
		<category><![CDATA[SQL-Scripts]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Database Backup]]></category>
		<category><![CDATA[SQL Backup]]></category>
		<guid isPermaLink="false">http://theitarticles.wordpress.com/2010/09/26/sql-backup-plan-with-dynamic-file-name</guid>

					<description><![CDATA[<p>DECLARE @day VARCHAR(5) DECLARE @month VARCHAR(15) DECLARE @year VARCHAR(5) DECLARE @hour VARCHAR(5) DECLARE @filename VARCHAR(500) SET @day = DATENAME(DAY, GETDATE()) SET @month = DATENAME(MONTH, GETDATE()) SET @year = DATENAME(YEAR, GETDATE()) SET @hour = DATENAME(HOUR, GETDATE()) SET @filename = 'D:DATABASE Backupdb_name_' + @day + @month + @year + @hour + '.bak'</p>
<p>The post <a href="https://varindersandhu.in/2010/09/26/sql-backup-plan-with-dynamic-file-name/">SQL Backup Plan with Dynamic file Name</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
					<wfw:commentRss>https://varindersandhu.in/2010/09/26/sql-backup-plan-with-dynamic-file-name/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">22</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching 23/124 queries in 0.020 seconds using Disk

Served from: varindersandhu.in @ 2025-10-30 14:17:05 by W3 Total Cache
-->