<?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: Scheduling Database Backups with SQL Server Express</title>
	<atom:link href="http://www.devtrends.com/index.php/scheduling-database-backups-with-sql-server-express/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devtrends.com/index.php/scheduling-database-backups-with-sql-server-express/</link>
	<description>developing trends in information technology</description>
	<lastBuildDate>Fri, 06 Aug 2010 22:32:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: aaron</title>
		<link>http://www.devtrends.com/index.php/scheduling-database-backups-with-sql-server-express/comment-page-1/#comment-236</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Tue, 09 Mar 2010 04:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=458#comment-236</guid>
		<description>James,
Thank you for the post, I&#039;ve updated the example to reference [FULL PATH TO SQL BACKUP FILE] instead. The original intent was to delete the .bak file prior to running the script again.
-Aaron</description>
		<content:encoded><![CDATA[<p>James,<br />
Thank you for the post, I&#8217;ve updated the example to reference [FULL PATH TO SQL BACKUP FILE] instead. The original intent was to delete the .bak file prior to running the script again.<br />
-Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.devtrends.com/index.php/scheduling-database-backups-with-sql-server-express/comment-page-1/#comment-235</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 08 Mar 2010 15:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtrends.com/?p=458#comment-235</guid>
		<description>&lt;b&gt;@ECHO OFF
del &quot;[FULL PATH TO SQL FILE]&quot;
osql -S [SERVER]\[INSTANCE] -U [USERNAME] -P [PASSWORD] -i &quot;[FULL PATH TO SQL FILE]&quot;&lt;/b&gt;

If you &lt;b&gt;del &quot;[FULL PATH TO SQL FILE]&quot;&lt;/b&gt; surely it won&#039;t be there when you address it with the next line.  Shouldn&#039;t it be something more like delete the old backup file then point osql at the script to create the new one?</description>
		<content:encoded><![CDATA[<p><b>@ECHO OFF<br />
del &#8220;[FULL PATH TO SQL FILE]&#8221;<br />
osql -S [SERVER]\[INSTANCE] -U [USERNAME] -P [PASSWORD] -i &#8220;[FULL PATH TO SQL FILE]&#8220;</b></p>
<p>If you <b>del &#8220;[FULL PATH TO SQL FILE]&#8220;</b> surely it won&#8217;t be there when you address it with the next line.  Shouldn&#8217;t it be something more like delete the old backup file then point osql at the script to create the new one?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
