<?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"
	>
<channel>
	<title>Comments on: Learn to use the COPY_ONLY flag for one off backups</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/sql-server/learn-to-use-the-copy_backup-flag-for-one-off-backups/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/sql-server/learn-to-use-the-copy_backup-flag-for-one-off-backups/</link>
	<description></description>
	<pubDate>Wed, 25 Nov 2009 01:48:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/learn-to-use-the-copy_backup-flag-for-one-off-backups/#comment-250</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Wed, 19 Aug 2009 19:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=655#comment-250</guid>
		<description>Rajesh, Thanks for pointing that out.  I've updated the title and the post.  Not sure how I missed that.  Sometimes the fingers type faster than the eyes can proof read.

Thanks,
Denny</description>
		<content:encoded><![CDATA[<p>Rajesh, Thanks for pointing that out.  I&#8217;ve updated the title and the post.  Not sure how I missed that.  Sometimes the fingers type faster than the eyes can proof read.</p>
<p>Thanks,<br />
Denny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RajeshRamadas</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/learn-to-use-the-copy_backup-flag-for-one-off-backups/#comment-249</link>
		<dc:creator>RajeshRamadas</dc:creator>
		<pubDate>Wed, 19 Aug 2009 19:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=655#comment-249</guid>
		<description>The actual option that you need to use for this is called "COPY_ONLY".

EXAMPLE:
BACKUP DATABASE dbname TO DISK='c:tempdbname.bak' WITH COPY_ONLY;</description>
		<content:encoded><![CDATA[<p>The actual option that you need to use for this is called &#8220;COPY_ONLY&#8221;.</p>
<p>EXAMPLE:<br />
BACKUP DATABASE dbname TO DISK=&#8217;c:tempdbname.bak&#8217; WITH COPY_ONLY;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->