<?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>Motherofallgeeks &#187; Maintenance</title>
	<atom:link href="http://motherofallgeeks.com/category/maintenance/feed/" rel="self" type="application/rss+xml" />
	<link>http://motherofallgeeks.com</link>
	<description>SQL Server Articles on performance, maintenance,architecture and more</description>
	<lastBuildDate>Wed, 14 Dec 2011 17:48:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='motherofallgeeks.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Motherofallgeeks &#187; Maintenance</title>
		<link>http://motherofallgeeks.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://motherofallgeeks.com/osd.xml" title="Motherofallgeeks" />
	<atom:link rel='hub' href='http://motherofallgeeks.com/?pushpress=hub'/>
		<item>
		<title>Missed Backups</title>
		<link>http://motherofallgeeks.com/2011/10/17/missed-backups/</link>
		<comments>http://motherofallgeeks.com/2011/10/17/missed-backups/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 16:56:23 +0000</pubDate>
		<dc:creator>motherofallgeeks</dc:creator>
				<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[alerts]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[data file]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Stored Procedure]]></category>

		<guid isPermaLink="false">http://motherofallgeeks.com/?p=149</guid>
		<description><![CDATA[Sometimes we all miss our failed job alerts it can lead to trouble though when you need to maintain compliance. Here is a proc which will let you know if a database has not been backed up in more then X days. /****************************************************************************************************** * Created By: MotherofAllGeeks * Created on: 9/2011 * Purpose: Verify that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=motherofallgeeks.com&amp;blog=5421765&amp;post=149&amp;subd=motherofallgeeks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://motherofallgeeks.com/2011/10/17/missed-backups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67278767077faf724f5541cda8b66dfc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">motherofallgeeks</media:title>
		</media:content>
	</item>
		<item>
		<title>Long Running SQL Agent Jobs</title>
		<link>http://motherofallgeeks.com/2011/10/14/long-running-sql-agent-jobs/</link>
		<comments>http://motherofallgeeks.com/2011/10/14/long-running-sql-agent-jobs/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 14:46:41 +0000</pubDate>
		<dc:creator>motherofallgeeks</dc:creator>
				<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Stored Procedures]]></category>

		<guid isPermaLink="false">http://motherofallgeeks.com/?p=138</guid>
		<description><![CDATA[Did you ever run into the situation where you had a job running into your production hours and you didn&#8217;t get a notification because the job didn&#8217;t actually fail? I have experienced just that and here is a little script to get you a notification for a job which is running too long. Create this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=motherofallgeeks.com&amp;blog=5421765&amp;post=138&amp;subd=motherofallgeeks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://motherofallgeeks.com/2011/10/14/long-running-sql-agent-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67278767077faf724f5541cda8b66dfc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">motherofallgeeks</media:title>
		</media:content>
	</item>
		<item>
		<title>Policy Evaluation Notifications</title>
		<link>http://motherofallgeeks.com/2011/02/15/policy-evaluation-notifications/</link>
		<comments>http://motherofallgeeks.com/2011/02/15/policy-evaluation-notifications/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 22:44:17 +0000</pubDate>
		<dc:creator>motherofallgeeks</dc:creator>
				<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Policy Management]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://motherofallgeeks.com/?p=129</guid>
		<description><![CDATA[In SQL Server 2008 R1 a nice feature called Policies has been implemented. I like to use this feature to make sure no one is changing my database standards. You can create a policy to check for your standards then create the below stored proc and schedule it via a job to notify you of those policy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=motherofallgeeks.com&amp;blog=5421765&amp;post=129&amp;subd=motherofallgeeks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://motherofallgeeks.com/2011/02/15/policy-evaluation-notifications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67278767077faf724f5541cda8b66dfc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">motherofallgeeks</media:title>
		</media:content>
	</item>
		<item>
		<title>Index This Index That</title>
		<link>http://motherofallgeeks.com/2008/12/30/index-this-index-that/</link>
		<comments>http://motherofallgeeks.com/2008/12/30/index-this-index-that/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 18:24:15 +0000</pubDate>
		<dc:creator>motherofallgeeks</dc:creator>
				<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[storage engine]]></category>

		<guid isPermaLink="false">http://motherofallgeeks.wordpress.com/?p=52</guid>
		<description><![CDATA[So let me ask you this&#8230; Do you really know how SQL Server storage engine works? You would be surprised how many people can&#8217;t answer simple questions about indexes on interviews. Sorry Folks if you can&#8217;t tell me what the difference between and clustered and a non-clustered index your interview score just went down. That [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=motherofallgeeks.com&amp;blog=5421765&amp;post=52&amp;subd=motherofallgeeks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://motherofallgeeks.com/2008/12/30/index-this-index-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67278767077faf724f5541cda8b66dfc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">motherofallgeeks</media:title>
		</media:content>
	</item>
		<item>
		<title>I like to Move it Move it</title>
		<link>http://motherofallgeeks.com/2008/12/06/i-like-to-move-it-move-it/</link>
		<comments>http://motherofallgeeks.com/2008/12/06/i-like-to-move-it-move-it/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 03:04:35 +0000</pubDate>
		<dc:creator>motherofallgeeks</dc:creator>
				<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[Move Database]]></category>
		<category><![CDATA[Moving Master]]></category>
		<category><![CDATA[Moving System Databases]]></category>
		<category><![CDATA[tempdb]]></category>

		<guid isPermaLink="false">http://motherofallgeeks.com/?p=55</guid>
		<description><![CDATA[I&#8217;m sure of all of us have had to move our databases around from time to time. I just came into a situation where we are doing a POC test for DR mirroring software called Double Take. I had to uninstall and reinstall my SQL destination (or failover machine) because the first install was not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=motherofallgeeks.com&amp;blog=5421765&amp;post=55&amp;subd=motherofallgeeks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://motherofallgeeks.com/2008/12/06/i-like-to-move-it-move-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67278767077faf724f5541cda8b66dfc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">motherofallgeeks</media:title>
		</media:content>
	</item>
	</channel>
</rss>
