﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Disaster Recovery / Database Design  / When you resume database mirroring / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 15:46:26 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: When you resume database mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1136941-384-1.aspx</link><description>Hi Mr. Williams,You said if the mirror is brought online, I have start over.  Do you mean if the mirror becomes a new principal via manual or automatic fail-over, and when I'm ready to fail-back to the original primary, then I will have to remove the mirroring, and reinitialize with the backup of the mirror (since it was promoted as the primary) and restore to the original primary?  Is that correct?</description><pubDate>Wed, 06 Jul 2011 11:56:01 GMT</pubDate><dc:creator>geuncho4</dc:creator></item><item><title>RE: When you resume database mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1136941-384-1.aspx</link><description>It depends on what has happened on the principal after mirroring has been stopped.  If you have a continuous log chain, then all you need to do is apply the transaction log backups to the mirror and restart mirroring.If the log chain is broken, you have to reinitialize with a new backup and restore.If the mirror is brought online, again - you have to start from the beginning again.</description><pubDate>Tue, 05 Jul 2011 20:22:53 GMT</pubDate><dc:creator>Jeffrey Williams 3188</dc:creator></item><item><title>When you resume database mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1136941-384-1.aspx</link><description>In SQL Server 2008, if database mirroring breaks for some reason, and you want to resume mirroring with the principal again taking on the role of the principal after the mirroring temporarily served as principal, do you need to go back to square one? Meaning do you need to do full backup and t-log backup of the principal database and restore it on the mirror with no recovery? Or can you just run the below on the principal without without going back to square one:[b]Use Master;GOAlter Database MyDB Set Partner Resume;[/b]I belive going back to square on would not be needed, and above command or simply click Resume in Database Properties &amp;gt; Mirroring Page.</description><pubDate>Tue, 05 Jul 2011 17:38:04 GMT</pubDate><dc:creator>geuncho4</dc:creator></item></channel></rss>