<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Moving A SQL Server Database</title>
	<atom:link href="http://www.cheaphostingdirectory.com/moving-a-sql-server-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cheaphostingdirectory.com/moving-a-sql-server-database/</link>
	<description></description>
	<lastBuildDate>Fri, 25 Jun 2010 03:42:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://www.cheaphostingdirectory.com/moving-a-sql-server-database/comment-page-1/#comment-548</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 03 May 2010 04:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cheaphostingdirectory.com/?p=8891#comment-548</guid>
		<description>Hi, good post; another caveat when moving a MSSQL database is sometimes you may receive the following message

&quot;Error 3154: The backup set holds a backup of a database other than the existing database.&quot;

I found just using the &quot;Replace&quot; option resolved the issue
e.g.

RESTORE DATABASE MyDataBase
FROM DISK = &#039;C:\MyDataBase.bak&#039;
WITH REPLACE

I hope this helps someone else who experienced the same issue I did</description>
		<content:encoded><![CDATA[<p>Hi, good post; another caveat when moving a MSSQL database is sometimes you may receive the following message</p>
<p>&#8220;Error 3154: The backup set holds a backup of a database other than the existing database.&#8221;</p>
<p>I found just using the &#8220;Replace&#8221; option resolved the issue<br />
e.g.</p>
<p>RESTORE DATABASE MyDataBase<br />
FROM DISK = &#8216;C:\MyDataBase.bak&#8217;<br />
WITH REPLACE</p>
<p>I hope this helps someone else who experienced the same issue I did</p>
]]></content:encoded>
	</item>
</channel>
</rss>
