<?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: Software to automate backups for SQL Server 2008 databases</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/software-to-automate-backups-for-sql-server-2008-databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/software-to-automate-backups-for-sql-server-2008-databases/</link>
	<description></description>
	<pubDate>Sat, 28 Nov 2009 00:36:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/software-to-automate-backups-for-sql-server-2008-databases/#comment-64952</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Mon, 29 Jun 2009 16:56:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-64952</guid>
		<description>According to the error you have provided the SQL Server Agent is not running.  It needs to be started before you can run the maintenance plan.  You can also get that error when creating a maintenance plan as the script which creates the job will through that error if the SQL Server Agent is not running.

To start the SQL Agent, Open up Admin Tools, then services.  Find the SQL Server Agent service and start it.  Then you should be able to save your job and start it.</description>
		<content:encoded><![CDATA[<p>According to the error you have provided the SQL Server Agent is not running.  It needs to be started before you can run the maintenance plan.  You can also get that error when creating a maintenance plan as the script which creates the job will through that error if the SQL Server Agent is not running.</p>
<p>To start the SQL Agent, Open up Admin Tools, then services.  Find the SQL Server Agent service and start it.  Then you should be able to save your job and start it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->