<?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/"
	>

<channel>
	<title>Random thoughts of an overloaded mind &#187; mssql</title>
	<atom:link href="http://blog.amarkulo.com/tag/mssql/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.amarkulo.com</link>
	<description>Yet another technical blog about iOS, Windows, Linux, Arduino and everything else</description>
	<lastBuildDate>Tue, 13 Dec 2011 16:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>&quot;&#039;Agent XPs&#039; component is turned off as part of the security configuration for this server.&quot; error while creating maintenance plans on MsSQL server 2005</title>
		<link>http://blog.amarkulo.com/agent-xps-component</link>
		<comments>http://blog.amarkulo.com/agent-xps-component#comments</comments>
		<pubDate>Mon, 13 Oct 2008 10:18:51 +0000</pubDate>
		<dc:creator>amar</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[2005]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[sp2]]></category>
		<category><![CDATA[subplan]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[xps]]></category>

		<guid isPermaLink="false">http://dzo.blogsite.org/?p=168</guid>
		<description><![CDATA[While trying to create some maintenance plans on MsSql server 2005 (default installation) with SP2 installed I have received this error message: 'Agent XPs' component is turned off as part of the security configuration for this server. While trying different &#8230; <a href="http://blog.amarkulo.com/agent-xps-component">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While trying to create some maintenance plans on MsSql server 2005 (default installation) with SP2 installed I have received this error message:</p>
<blockquote>
<pre>'Agent XPs' component is turned off as part of the security configuration for this server.</pre>
</blockquote>
<p>While trying different solutions from Microsoft, MSDN and different forums I have found one that worked for me. Open new query window, copy code below and hit F5 for executing. After this you can create plans.</p>
<blockquote>
<pre>sp_configure 'show advanced options', 1;

GO

RECONFIGURE;

GO

sp_configure 'Agent XPs', 1;

GO

RECONFIGURE

GO</pre>
</blockquote>
<hr>
<p><div class="entry-utility">If you don't already have a <a href="http://db.tt/aqrG0tY">Dropbox</a> account then you can create it by clicking on my <a href="http://db.tt/aqrG0tY">affiliate link</a>. You will receive 2GB free account + 250 MB extra and I will receive 250 MB as well. Win-Win :-)</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amarkulo.com/agent-xps-component/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

