<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Mirrored Backup and Restore and Split File Backup</title>
	<atom:link href="http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:12:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; What is Piecemeal Restore &#8211; Quiz &#8211; Puzzle &#8211; 22 of 31 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-242420</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; What is Piecemeal Restore &#8211; Quiz &#8211; Puzzle &#8211; 22 of 31 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Mon, 23 Jan 2012 01:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-242420</guid>
		<description><![CDATA[[...] Back Up and Restore Copy Database from Instance to Another Instance – Copy Paste in SQL Server Mirrored Backup and Restore and Split File Backup Corrupted Backup File and Unsuccessful [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Back Up and Restore Copy Database from Instance to Another Instance – Copy Paste in SQL Server Mirrored Backup and Restore and Split File Backup Corrupted Backup File and Unsuccessful [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordon B</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-231937</link>
		<dc:creator><![CDATA[Jordon B]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 17:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-231937</guid>
		<description><![CDATA[@Murali,

USE MSDB
SELECT * FROM Backupset

From there you can filter what information you need via the WHERE clause.

We use that T-SQL above for our DRS site. Our admins there just click the batch file we made and it restores all differentials and translogs. 

Commandline would be:

SQLCMD -S  -E -d msdb -h-1 -W -Q &quot;&quot;

-E is for trusted connection
We use -h-1 so we don&#039;t have to see header information. Makes it easier to parse the data returned.
-W removes any trailing spaces.

I know this was a little late,  but I thought this might help anyone.]]></description>
		<content:encoded><![CDATA[<p>@Murali,</p>
<p>USE MSDB<br />
SELECT * FROM Backupset</p>
<p>From there you can filter what information you need via the WHERE clause.</p>
<p>We use that T-SQL above for our DRS site. Our admins there just click the batch file we made and it restores all differentials and translogs. </p>
<p>Commandline would be:</p>
<p>SQLCMD -S  -E -d msdb -h-1 -W -Q &#8220;&#8221;</p>
<p>-E is for trusted connection<br />
We use -h-1 so we don&#8217;t have to see header information. Makes it easier to parse the data returned.<br />
-W removes any trailing spaces.</p>
<p>I know this was a little late,  but I thought this might help anyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murali</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-213424</link>
		<dc:creator><![CDATA[Murali]]></dc:creator>
		<pubDate>Thu, 08 Dec 2011 12:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-213424</guid>
		<description><![CDATA[HI Pinal,

i have dought in Backups,
how to find out  current LSN number of a backup by using command prompt.

Thanks&amp; Regards
Murali]]></description>
		<content:encoded><![CDATA[<p>HI Pinal,</p>
<p>i have dought in Backups,<br />
how to find out  current LSN number of a backup by using command prompt.</p>
<p>Thanks&amp; Regards<br />
Murali</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rathnakar</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-161855</link>
		<dc:creator><![CDATA[Rathnakar]]></dc:creator>
		<pubDate>Thu, 25 Aug 2011 15:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-161855</guid>
		<description><![CDATA[excellent Pinal]]></description>
		<content:encoded><![CDATA[<p>excellent Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Database Worst Practices – New Town and New Job and New Disasters Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-147581</link>
		<dc:creator><![CDATA[SQL SERVER – Database Worst Practices – New Town and New Job and New Disasters Journey to SQLAuthority]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 01:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-147581</guid>
		<description><![CDATA[[...] Mirrored Backup and Restore and Split File Backup [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Mirrored Backup and Restore and Split File Backup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dileep Kumar</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-142745</link>
		<dc:creator><![CDATA[Dileep Kumar]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 13:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-142745</guid>
		<description><![CDATA[awesome Pinal ..]]></description>
		<content:encoded><![CDATA[<p>awesome Pinal ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAJU BANDARU</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-117898</link>
		<dc:creator><![CDATA[RAJU BANDARU]]></dc:creator>
		<pubDate>Thu, 10 Feb 2011 15:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-117898</guid>
		<description><![CDATA[Very good to understand .......]]></description>
		<content:encoded><![CDATA[<p>Very good to understand &#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca Vallo</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-95684</link>
		<dc:creator><![CDATA[Luca Vallo]]></dc:creator>
		<pubDate>Mon, 25 Oct 2010 09:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-95684</guid>
		<description><![CDATA[Hello Pinal, nice job!
I&#039;d like to add that, if you have to restore a splitted backup, the sequence of the files included in the RESTORE DATABASE statement doesn&#039;t matter

For example:

RESTORE DATABASE AdventureWorks
FROM DISK=N&#039;E:\AdventureWorks2.bak&#039;,
    DISK=N&#039;D:\AdventureWorks1.bak&#039;
with (...)

will work fine.
Obviously, you have to speccify all of the files the backup in splitted in, the sequence in unimportant.
Cheers!]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal, nice job!<br />
I&#8217;d like to add that, if you have to restore a splitted backup, the sequence of the files included in the RESTORE DATABASE statement doesn&#8217;t matter</p>
<p>For example:</p>
<p>RESTORE DATABASE AdventureWorks<br />
FROM DISK=N&#8217;E:\AdventureWorks2.bak&#8217;,<br />
    DISK=N&#8217;D:\AdventureWorks1.bak&#8217;<br />
with (&#8230;)</p>
<p>will work fine.<br />
Obviously, you have to speccify all of the files the backup in splitted in, the sequence in unimportant.<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-95683</link>
		<dc:creator><![CDATA[Matteo]]></dc:creator>
		<pubDate>Mon, 25 Oct 2010 09:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-95683</guid>
		<description><![CDATA[Hello Pinal, nice job!
I&#039;d like to add that, if you have to restore a splitted backup, the sequence of the files included in the RESTORE DATABASE statement doesn&#039;t matter

For example:

RESTORE DATABASE AdventureWorks
FROM DISK=N&#039;E:\AdventureWorks2.bak&#039;,
    DISK=N&#039;D:\AdventureWorks1.bak&#039;
with (...)

will work fine.
Obviously, you have to speccify all of the files the backup in splitted in, the sequence in unimportant.
Cheers!]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal, nice job!<br />
I&#8217;d like to add that, if you have to restore a splitted backup, the sequence of the files included in the RESTORE DATABASE statement doesn&#8217;t matter</p>
<p>For example:</p>
<p>RESTORE DATABASE AdventureWorks<br />
FROM DISK=N&#8217;E:\AdventureWorks2.bak&#8217;,<br />
    DISK=N&#8217;D:\AdventureWorks1.bak&#8217;<br />
with (&#8230;)</p>
<p>will work fine.<br />
Obviously, you have to speccify all of the files the backup in splitted in, the sequence in unimportant.<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayham Mohammad</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-95247</link>
		<dc:creator><![CDATA[Ayham Mohammad]]></dc:creator>
		<pubDate>Sat, 23 Oct 2010 11:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-95247</guid>
		<description><![CDATA[Thanks a lot,
this way we can gain a high availability when mirroring,
i&#039;d like to ask how to do this in a maintenance plan in SQL2k8.
Regards,]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot,<br />
this way we can gain a high availability when mirroring,<br />
i&#8217;d like to ask how to do this in a maintenance plan in SQL2k8.<br />
Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjeev</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-95214</link>
		<dc:creator><![CDATA[Sanjeev]]></dc:creator>
		<pubDate>Sat, 23 Oct 2010 08:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-95214</guid>
		<description><![CDATA[Hi dave, 

When w are taking backups on multiple drives using mirror option, will it be more time  consuming?

Regards,

sanjeev Kumar]]></description>
		<content:encoded><![CDATA[<p>Hi dave, </p>
<p>When w are taking backups on multiple drives using mirror option, will it be more time  consuming?</p>
<p>Regards,</p>
<p>sanjeev Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Taking Multiple Backup of Database in Single Command – Mirrored Database Backup Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-95172</link>
		<dc:creator><![CDATA[SQL SERVER – Taking Multiple Backup of Database in Single Command – Mirrored Database Backup Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sat, 23 Oct 2010 01:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-95172</guid>
		<description><![CDATA[[...] SQL SERVER – Mirrored Backup and Restore and Split File Backup [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Mirrored Backup and Restore and Split File Backup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-83489</link>
		<dc:creator><![CDATA[sam]]></dc:creator>
		<pubDate>Mon, 09 Aug 2010 11:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-83489</guid>
		<description><![CDATA[Hi Pinal,

I m little bit confussed here in ur example u have specifed that u r having two USB of 8 GB each.

so the drive path for the USB will be different are you saying that we can split the 14 GB database backup into two file like 7GB each.

Can u please clarify.

I have understood ur concept.

Regards
sam]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I m little bit confussed here in ur example u have specifed that u r having two USB of 8 GB each.</p>
<p>so the drive path for the USB will be different are you saying that we can split the 14 GB database backup into two file like 7GB each.</p>
<p>Can u please clarify.</p>
<p>I have understood ur concept.</p>
<p>Regards<br />
sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vadim</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-61831</link>
		<dc:creator><![CDATA[vadim]]></dc:creator>
		<pubDate>Fri, 26 Feb 2010 10:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-61831</guid>
		<description><![CDATA[Hi, we have several mirrored databases.
What is the &#039;correct&#039; way of backing up the mirrored dbs?
Recently we had a situation when after a couple of the dbs have failed over, the backup job failed to complete as the dbs status had changed from principal to mirrored.
Should we setup identical backup jobs on both servers in anticipation that only one job succeed against the principal database...

Your help would be much appreciated.

Regards,
Vadim]]></description>
		<content:encoded><![CDATA[<p>Hi, we have several mirrored databases.<br />
What is the &#8216;correct&#8217; way of backing up the mirrored dbs?<br />
Recently we had a situation when after a couple of the dbs have failed over, the backup job failed to complete as the dbs status had changed from principal to mirrored.<br />
Should we setup identical backup jobs on both servers in anticipation that only one job succeed against the principal database&#8230;</p>
<p>Your help would be much appreciated.</p>
<p>Regards,<br />
Vadim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-60282</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-60282</guid>
		<description><![CDATA[Hello Nafiseh,

Create a network drive for your local disk and then backup on the network drive. 
Other wise take the backup on the server&#039;s disk and then copy to your local disk.

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hello Nafiseh,</p>
<p>Create a network drive for your local disk and then backup on the network drive.<br />
Other wise take the backup on the server&#8217;s disk and then copy to your local disk.</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nafiseh</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-60207</link>
		<dc:creator><![CDATA[Nafiseh]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 20:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-60207</guid>
		<description><![CDATA[Dear sir
thank you for your helpful blog,
i have a question and i am so confused about this problem , i am a beginner and i would be happy if you help me ,
is there any way to back up from a database (sqlserver)
into the local computer ??
i mean i want to make a back up in my local computer from server .
thanks alot]]></description>
		<content:encoded><![CDATA[<p>Dear sir<br />
thank you for your helpful blog,<br />
i have a question and i am so confused about this problem , i am a beginner and i would be happy if you help me ,<br />
is there any way to back up from a database (sqlserver)<br />
into the local computer ??<br />
i mean i want to make a back up in my local computer from server .<br />
thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ishtiaq ahmed</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-59825</link>
		<dc:creator><![CDATA[ishtiaq ahmed]]></dc:creator>
		<pubDate>Sat, 16 Jan 2010 05:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-59825</guid>
		<description><![CDATA[Before you apply for restore make sure you try to use TailLog backup or use the optoin &quot;Restore SQL Server database and overwrite existing database&quot; on SSMS.  or you can use Replace on T-SQL.

T-SQL

Restore full backup using WITH REPLACE
The command below will restore the database and disregard any active data in the current transaction log

RESTORE DATABASE [AdventureWorks]
FROM DISK = N&#039;C:\Backup\MultiFile\AdventureWorks1.bak&#039;,
DISK = N&#039;C:\Backup\MultiFile\AdventureWorks2.bak&#039;,
DISK = N&#039;C:\Backup\MultiFile\AdventureWorks3.bak&#039;
WITH REPLACE
GO

Reference 

http://www.mssqltips.com/tutorial.asp?tutorial=121

http://www.sqlbackuprestore.com/backingupthetail.htm]]></description>
		<content:encoded><![CDATA[<p>Before you apply for restore make sure you try to use TailLog backup or use the optoin &#8220;Restore SQL Server database and overwrite existing database&#8221; on SSMS.  or you can use Replace on T-SQL.</p>
<p>T-SQL</p>
<p>Restore full backup using WITH REPLACE<br />
The command below will restore the database and disregard any active data in the current transaction log</p>
<p>RESTORE DATABASE [AdventureWorks]<br />
FROM DISK = N&#8217;C:\Backup\MultiFile\AdventureWorks1.bak&#8217;,<br />
DISK = N&#8217;C:\Backup\MultiFile\AdventureWorks2.bak&#8217;,<br />
DISK = N&#8217;C:\Backup\MultiFile\AdventureWorks3.bak&#8217;<br />
WITH REPLACE<br />
GO</p>
<p>Reference </p>
<p><a href="http://www.mssqltips.com/tutorial.asp?tutorial=121" rel="nofollow">http://www.mssqltips.com/tutorial.asp?tutorial=121</a></p>
<p><a href="http://www.sqlbackuprestore.com/backingupthetail.htm" rel="nofollow">http://www.sqlbackuprestore.com/backingupthetail.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harishkumar</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-57931</link>
		<dc:creator><![CDATA[harishkumar]]></dc:creator>
		<pubDate>Thu, 26 Nov 2009 07:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-57931</guid>
		<description><![CDATA[Hi Pinal,

i have  dought  in Backups 

1)In Backups how to find out sequential backup.

what is the command.?

2) In log backup ,lsn are miss-matched.
     you have a 10 log backups there which is suitable to find out to your log backup?
3) what is fork -lsn?


Thanks &amp;Regrads
harishkumar.M]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>i have  dought  in Backups </p>
<p>1)In Backups how to find out sequential backup.</p>
<p>what is the command.?</p>
<p>2) In log backup ,lsn are miss-matched.<br />
     you have a 10 log backups there which is suitable to find out to your log backup?<br />
3) what is fork -lsn?</p>
<p>Thanks &amp;Regrads<br />
harishkumar.M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andreac</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-57556</link>
		<dc:creator><![CDATA[andreac]]></dc:creator>
		<pubDate>Thu, 12 Nov 2009 15:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-57556</guid>
		<description><![CDATA[Great Mr. Pinal!
Is there a way to add mirroring to backup database task (in sql 2005 maintenance Plans)?]]></description>
		<content:encoded><![CDATA[<p>Great Mr. Pinal!<br />
Is there a way to add mirroring to backup database task (in sql 2005 maintenance Plans)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-56873</link>
		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Wed, 21 Oct 2009 20:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-56873</guid>
		<description><![CDATA[Great tutorial as usual, Pinal. I might add, though, that mirroring backups are only available on Enterprise Edition. If you run it with those keywords, you&#039;ll get this nice delicious error:


Msg 3218, Level 16, State 1, Line 9
Backup mirroring is not available in this edition of SQL Server. See Books Online for more details on feature support in different SQL Server editions.
Msg 3013, Level 16, State 1, Line 9
BACKUP DATABASE is terminating abnormally.]]></description>
		<content:encoded><![CDATA[<p>Great tutorial as usual, Pinal. I might add, though, that mirroring backups are only available on Enterprise Edition. If you run it with those keywords, you&#8217;ll get this nice delicious error:</p>
<p>Msg 3218, Level 16, State 1, Line 9<br />
Backup mirroring is not available in this edition of SQL Server. See Books Online for more details on feature support in different SQL Server editions.<br />
Msg 3013, Level 16, State 1, Line 9<br />
BACKUP DATABASE is terminating abnormally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manikandan.N</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-56723</link>
		<dc:creator><![CDATA[Manikandan.N]]></dc:creator>
		<pubDate>Thu, 15 Oct 2009 09:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-56723</guid>
		<description><![CDATA[Hi Mr.Pinal,

I&#039;ve been working 1.5 yr as a developer in ASP.Net. i had more helps from your blog. Really its unbelievable.You are giving to hand to more DBA and developer people.for that my heartiest thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Mr.Pinal,</p>
<p>I&#8217;ve been working 1.5 yr as a developer in ASP.Net. i had more helps from your blog. Really its unbelievable.You are giving to hand to more DBA and developer people.for that my heartiest thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivaprakash</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-56072</link>
		<dc:creator><![CDATA[Shivaprakash]]></dc:creator>
		<pubDate>Wed, 23 Sep 2009 03:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-56072</guid>
		<description><![CDATA[Hi Pinal,

          I am a new learner of SQL but you explained it so easily that it really rocks!!

          Thank you so much.This will help me a lot in my application.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>          I am a new learner of SQL but you explained it so easily that it really rocks!!</p>
<p>          Thank you so much.This will help me a lot in my application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Speednet</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-55560</link>
		<dc:creator><![CDATA[Speednet]]></dc:creator>
		<pubDate>Thu, 03 Sep 2009 13:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-55560</guid>
		<description><![CDATA[@pinal, thanks very much for this clear explanation of what can be a maddening topic in SQL Server.  Your blog is tops!]]></description>
		<content:encoded><![CDATA[<p>@pinal, thanks very much for this clear explanation of what can be a maddening topic in SQL Server.  Your blog is tops!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Sharma</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-55542</link>
		<dc:creator><![CDATA[Nitin Sharma]]></dc:creator>
		<pubDate>Thu, 03 Sep 2009 03:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-55542</guid>
		<description><![CDATA[Morning Pinal,
  This is one of the best Post that i have liked..Excellent explanation..!!!! Really really excellent...!!

Gr8 going...

Thanks,
Nitin Sharma]]></description>
		<content:encoded><![CDATA[<p>Morning Pinal,<br />
  This is one of the best Post that i have liked..Excellent explanation..!!!! Really really excellent&#8230;!!</p>
<p>Gr8 going&#8230;</p>
<p>Thanks,<br />
Nitin Sharma</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krunal</title>
		<link>http://blog.sqlauthority.com/2009/09/02/sql-server-mirrored-backup-and-restore-and-split-file-backup-2/#comment-55530</link>
		<dc:creator><![CDATA[Krunal]]></dc:creator>
		<pubDate>Wed, 02 Sep 2009 15:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6660#comment-55530</guid>
		<description><![CDATA[Hi Pinal,

Excellent explanation. Now this one is one of my best favorite post. Really liked it.

Thanks,]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Excellent explanation. Now this one is one of my best favorite post. Really liked it.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

