<?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 Restore | Varinder Sandhu</title>
	<atom:link href="https://varindersandhu.in/tag/database-restore/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Tue, 15 Jul 2014 11:46:48 +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 Restore | 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 &#8211; How to restore the mirroring database</title>
		<link>https://varindersandhu.in/2014/05/21/sql-server-restore-mirroring-database/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Wed, 21 May 2014 11:30:56 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Database Restore]]></category>
		<category><![CDATA[mirroring database]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3515</guid>

					<description><![CDATA[<p>Now here we have question regarding the Mirroring Database: How can we recover the data from mirror database? How to restore the mirroring database? Here I would like to clear that we cannot restore a database that is involved in Mirroring without removing Mirroring. Removing the Mirroring using T-SQL ALTER</p>
<p>The post <a href="https://varindersandhu.in/2014/05/21/sql-server-restore-mirroring-database/">SQL Server – How to restore the mirroring database</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3515</post-id>	</item>
		<item>
		<title>SQL Server 2008R2 – Database Restore &#8211; failed 38 (reached the end of the file)</title>
		<link>https://varindersandhu.in/2012/03/22/sql-server-2008r2-database-restore-failed-38-reached-the-end-of-the-file/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Thu, 22 Mar 2012 11:59:15 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Backup & Restore]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Database Restore]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2295</guid>

					<description><![CDATA[<p>While restoring the SQL database error occurred… Through UI following error occurred Through Script following error occurred Script: RESTORE DATABASE mydb FROM DISK = &#039;D:\ DB Backup\mydb.bak&#039; WITH MOVE &#039;mydb_Data&#039; TO &#039;E:\Database\mydb.mdf&#039;, MOVE &#039;mydb_Log&#039; TO &#039;E:\Database\mydb.ldf&#039;, REPLACE GO Msg 3203, Level 16, State 1, Line 1 Read on &#8220;D:\ DB</p>
<p>The post <a href="https://varindersandhu.in/2012/03/22/sql-server-2008r2-database-restore-failed-38-reached-the-end-of-the-file/">SQL Server 2008R2 – Database Restore – failed 38 (reached the end of the file)</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2295</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>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching 19/125 queries in 0.025 seconds using Disk (Request-wide modification query)

Served from: varindersandhu.in @ 2025-10-30 14:35:48 by W3 Total Cache
-->