<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Nick's Blog &#187; SQL 2005</title>
	<atom:link href="http://coolkidsdoit.wordpress.com/category/sql-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://coolkidsdoit.wordpress.com</link>
	<description>Un-qualified journalism in qualified IT</description>
	<lastBuildDate>Mon, 03 Aug 2009 00:10:33 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='coolkidsdoit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b6e4c4bba2863c3fcf082c32466f6658?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Nick's Blog &#187; SQL 2005</title>
		<link>http://coolkidsdoit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://coolkidsdoit.wordpress.com/osd.xml" title="Nick&#8217;s Blog" />
		<item>
		<title>SQL 2005: Enabling &#8216;Agents XPs&#8217;</title>
		<link>http://coolkidsdoit.wordpress.com/2009/02/09/sql-2005-enabling-agents-xps/</link>
		<comments>http://coolkidsdoit.wordpress.com/2009/02/09/sql-2005-enabling-agents-xps/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 01:58:33 +0000</pubDate>
		<dc:creator>coolkidsdoit</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL 2005 Agent XPs Maintenance Plan]]></category>

		<guid isPermaLink="false">http://coolkidsdoit.wordpress.com/?p=40</guid>
		<description><![CDATA[Sometimes, in haste, you install SQL a little too fast and miss installing a feature you actually need.  Case in point, today I built a new SQL 2005 Server and attempted to create a new maintenance plan &#8211; ERROR.
“‘Agent XPs component is turned off as part of the security configuration for this server”
So instead of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coolkidsdoit.wordpress.com&blog=3326223&post=40&subd=coolkidsdoit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sometimes, in haste, you install SQL a little too fast and miss installing a feature you actually need.  Case in point, today I built a new SQL 2005 Server and attempted to create a new maintenance plan &#8211; ERROR.</p>
<p><em><strong>“‘Agent XPs component is turned off as part of the security configuration for this server”</strong></em></p>
<p>So instead of reinstalling SQL, there is a simple script fix which I found here (<a href="http://www.treeratfishing.com/2008/01/15/enabling-agent-xps-on-sql-2005/">http://www.treeratfishing.com/2008/01/15/enabling-agent-xps-on-sql-2005/</a>) </p>
<ul>
<li>sp_configure <span>&#8217;show advanced options&#8217;</span>, 1;</li>
<li>GO</li>
<li><span>RECONFIGURE</span>;</li>
<li>GO</li>
<li>sp_configure <span>&#8216;Agent XPs&#8217;</span>, 1;</li>
<li>GO</li>
<li>RECONFIGURE</li>
<li>GO</li>
</ul>
<p>You can now create Maintenance Plans.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coolkidsdoit.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coolkidsdoit.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coolkidsdoit.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coolkidsdoit.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coolkidsdoit.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coolkidsdoit.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coolkidsdoit.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coolkidsdoit.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coolkidsdoit.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coolkidsdoit.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coolkidsdoit.wordpress.com&blog=3326223&post=40&subd=coolkidsdoit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://coolkidsdoit.wordpress.com/2009/02/09/sql-2005-enabling-agents-xps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c92c0fe0b5acb28cadde73cb803be6de?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coolkidsdoit</media:title>
		</media:content>
	</item>
	</channel>
</rss>