<?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>SQLRx - The Daily Dose</title>
	<atom:link href="http://sqlrx.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlrx.wordpress.com</link>
	<description>The Prescription for SQL Server</description>
	<lastBuildDate>Thu, 04 Aug 2011 19:21:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sqlrx.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SQLRx - The Daily Dose</title>
		<link>http://sqlrx.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sqlrx.wordpress.com/osd.xml" title="SQLRx - The Daily Dose" />
	<atom:link rel='hub' href='http://sqlrx.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Get a List of CLR’s Registered to a Database</title>
		<link>http://sqlrx.wordpress.com/2011/08/04/get-a-list-of-clr%e2%80%99s-registered-to-a-database/</link>
		<comments>http://sqlrx.wordpress.com/2011/08/04/get-a-list-of-clr%e2%80%99s-registered-to-a-database/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 19:21:05 +0000</pubDate>
		<dc:creator>sqlrxadmin</dc:creator>
				<category><![CDATA[SQL Administration]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tip of the Month]]></category>

		<guid isPermaLink="false">http://sqlrx.wordpress.com/?p=66</guid>
		<description><![CDATA[Get a list of CLR’s registered to a database.  This is helpful when migrating or troubleshooting.  For more information on CLR’s check out Books Online or http://msdn.microsoft.com/en-us/library/ms131089(SQL.100).aspx &#160; SELECT o.name AS ObjectName, a.name AS Assembly,       o.type_desc AS ObjectType FROM   sys.assembly_modules am JOIN   sys.objects o ON am.object_id = o.object_id JOIN   sys.assemblies a ON a.assembly_id = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlrx.wordpress.com&amp;blog=13910960&amp;post=66&amp;subd=sqlrx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlrx.wordpress.com/2011/08/04/get-a-list-of-clr%e2%80%99s-registered-to-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75e0b54061db42ffadcfebf66b407d50?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sqlrxadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Remove maintenance plans left after a server rename.</title>
		<link>http://sqlrx.wordpress.com/2011/07/13/remove-maintenance-plans-left-after-a-server-rename/</link>
		<comments>http://sqlrx.wordpress.com/2011/07/13/remove-maintenance-plans-left-after-a-server-rename/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 17:42:30 +0000</pubDate>
		<dc:creator>sqlrxadmin</dc:creator>
				<category><![CDATA[SQL Maintenance]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tip of the Month]]></category>

		<guid isPermaLink="false">http://sqlrx.wordpress.com/?p=62</guid>
		<description><![CDATA[Many times when upgrading SQL Server or migrating to new hardware, it is necessary to rename the server when it&#8217;s ready to be used as production.  However, if any maintenance plans created before the server was renamed are still present after the rename, you may find that trying to delete the old jobs results in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlrx.wordpress.com&amp;blog=13910960&amp;post=62&amp;subd=sqlrx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlrx.wordpress.com/2011/07/13/remove-maintenance-plans-left-after-a-server-rename/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75e0b54061db42ffadcfebf66b407d50?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sqlrxadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Find out when statistics were last updated.</title>
		<link>http://sqlrx.wordpress.com/2011/06/16/find-out-when-statistics-were-last-updated/</link>
		<comments>http://sqlrx.wordpress.com/2011/06/16/find-out-when-statistics-were-last-updated/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 14:38:24 +0000</pubDate>
		<dc:creator>sqlrxadmin</dc:creator>
				<category><![CDATA[Helpful Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tip of the Month]]></category>

		<guid isPermaLink="false">http://sqlrx.wordpress.com/?p=59</guid>
		<description><![CDATA[Your SQL database uses statistics to choose the most efficient plan for retrieving or updating data, so you want them accurate and up-to-date. Otherwise, it can cause the SQL Server engine to take the wrong path, and taking the wrong path means slower performance. Check out the code below to see when your stats were last [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlrx.wordpress.com&amp;blog=13910960&amp;post=59&amp;subd=sqlrx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlrx.wordpress.com/2011/06/16/find-out-when-statistics-were-last-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75e0b54061db42ffadcfebf66b407d50?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sqlrxadmin</media:title>
		</media:content>

		<media:content url="http://ih.constantcontact.com/fs053/1101500019392/img/22.gif?a=1105928818584" medium="image">
			<media:title type="html">SQL 2008</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s Causing Files to Automatically Grow</title>
		<link>http://sqlrx.wordpress.com/2011/03/23/whats-causing-files-to-automatically-grow/</link>
		<comments>http://sqlrx.wordpress.com/2011/03/23/whats-causing-files-to-automatically-grow/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 17:15:44 +0000</pubDate>
		<dc:creator>sqlrxadmin</dc:creator>
				<category><![CDATA[Helpful Scripts]]></category>
		<category><![CDATA[SQL Administration]]></category>
		<category><![CDATA[SQL Maintenance]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tip of the Month]]></category>

		<guid isPermaLink="false">http://sqlrx.wordpress.com/?p=57</guid>
		<description><![CDATA[Every DBA has encountered a database that has a mystery statement that will unexpectedly cause either the transaction log or a table to grow out of control and fill the drive.  Here is a way to find out who is running what statement that is causing the problem.  Find out what statements are causing database [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlrx.wordpress.com&amp;blog=13910960&amp;post=57&amp;subd=sqlrx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlrx.wordpress.com/2011/03/23/whats-causing-files-to-automatically-grow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75e0b54061db42ffadcfebf66b407d50?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sqlrxadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Attempt to Recover a Suspect Database</title>
		<link>http://sqlrx.wordpress.com/2011/03/23/attempt-to-recover-a-suspect-database/</link>
		<comments>http://sqlrx.wordpress.com/2011/03/23/attempt-to-recover-a-suspect-database/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 17:12:49 +0000</pubDate>
		<dc:creator>sqlrxadmin</dc:creator>
				<category><![CDATA[SQL Administration]]></category>
		<category><![CDATA[SQL Maintenance]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tip of the Month]]></category>

		<guid isPermaLink="false">http://sqlrx.wordpress.com/?p=53</guid>
		<description><![CDATA[Databases will go into suspect state for a multitude of reasons. If you find your database in SUSPECT state, check all error logs and the Windows Event Log for any related errors, and try to resolve them. This is a disaster situation!  Refer to the script below for help. SQL Server Administration:  You can try to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlrx.wordpress.com&amp;blog=13910960&amp;post=53&amp;subd=sqlrx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlrx.wordpress.com/2011/03/23/attempt-to-recover-a-suspect-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75e0b54061db42ffadcfebf66b407d50?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sqlrxadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Find out How Much Data Files are Waiting with Filestats</title>
		<link>http://sqlrx.wordpress.com/2010/12/03/find-out-how-much-data-files-are-waiting-with-filestats/</link>
		<comments>http://sqlrx.wordpress.com/2010/12/03/find-out-how-much-data-files-are-waiting-with-filestats/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 18:42:03 +0000</pubDate>
		<dc:creator>sqlrxadmin</dc:creator>
				<category><![CDATA[SQL Administration]]></category>
		<category><![CDATA[Tip of the Month]]></category>

		<guid isPermaLink="false">http://sqlrx.wordpress.com/?p=50</guid>
		<description><![CDATA[Disk performance is a common issue on SQL Server systems.  In these situations, it is very useful to know how much SQL Server is waiting for I/O and what files are handling the most work or experiencing the poorest performance.  The virtual file stats DMF provides this information and is ideal for periodic captures, e.g., [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlrx.wordpress.com&amp;blog=13910960&amp;post=50&amp;subd=sqlrx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlrx.wordpress.com/2010/12/03/find-out-how-much-data-files-are-waiting-with-filestats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75e0b54061db42ffadcfebf66b407d50?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sqlrxadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Master Database Compatibility Level</title>
		<link>http://sqlrx.wordpress.com/2010/10/28/master-database-compatibility-level/</link>
		<comments>http://sqlrx.wordpress.com/2010/10/28/master-database-compatibility-level/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 19:57:17 +0000</pubDate>
		<dc:creator>sqlrxadmin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[SQL Administration]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://sqlrx.wordpress.com/?p=47</guid>
		<description><![CDATA[If you performed an in place upgrade of your SQL Server, your master database may be at a lower compatibility level than all of the other system databases.  This was done by conscious decision from Microsoft in an attempt to make for a smooth upgrade and ensure that existing applications can still function post upgrade.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlrx.wordpress.com&amp;blog=13910960&amp;post=47&amp;subd=sqlrx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlrx.wordpress.com/2010/10/28/master-database-compatibility-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75e0b54061db42ffadcfebf66b407d50?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sqlrxadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Oct 2010 TOM: Are your backups ready for a disaster?</title>
		<link>http://sqlrx.wordpress.com/2010/10/07/oct-2010-tom-are-your-backups-ready-for-a-disaster/</link>
		<comments>http://sqlrx.wordpress.com/2010/10/07/oct-2010-tom-are-your-backups-ready-for-a-disaster/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 20:42:33 +0000</pubDate>
		<dc:creator>sqlrxadmin</dc:creator>
				<category><![CDATA[Helpful Scripts]]></category>
		<category><![CDATA[SQL Administration]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tip of the Month]]></category>

		<guid isPermaLink="false">http://sqlrx.wordpress.com/?p=43</guid>
		<description><![CDATA[Database backups are a critical part of SQL Server disaster planning. It's also critical to know 
that your backups are viable. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlrx.wordpress.com&amp;blog=13910960&amp;post=43&amp;subd=sqlrx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlrx.wordpress.com/2010/10/07/oct-2010-tom-are-your-backups-ready-for-a-disaster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75e0b54061db42ffadcfebf66b407d50?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sqlrxadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>September 2010 Tip of the Month</title>
		<link>http://sqlrx.wordpress.com/2010/09/07/september-2010-tip-of-the-month/</link>
		<comments>http://sqlrx.wordpress.com/2010/09/07/september-2010-tip-of-the-month/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 18:46:38 +0000</pubDate>
		<dc:creator>sqlrxadmin</dc:creator>
				<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[SQL Administration]]></category>
		<category><![CDATA[SQL Maintenance]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tip of the Month]]></category>

		<guid isPermaLink="false">http://sqlrx.wordpress.com/?p=40</guid>
		<description><![CDATA[Performance Monitor: Monitor the performance counters SQLServer:Buffer Manager (Page reads/sec) and SQLServer:Buffer Manager (Page writes/sec) to detect poor performance. These counters measure physical IOs and not logical IOs. Heavy activity can indicate lack of database memory, a poor table implementation or can show that applications are not accessing a database correctly. Monitoring these counters will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlrx.wordpress.com&amp;blog=13910960&amp;post=40&amp;subd=sqlrx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlrx.wordpress.com/2010/09/07/september-2010-tip-of-the-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75e0b54061db42ffadcfebf66b407d50?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sqlrxadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>August 2010 Tip of the Month</title>
		<link>http://sqlrx.wordpress.com/2010/08/06/august-2010-tip-of-the-month/</link>
		<comments>http://sqlrx.wordpress.com/2010/08/06/august-2010-tip-of-the-month/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 19:27:12 +0000</pubDate>
		<dc:creator>sqlrxadmin</dc:creator>
				<category><![CDATA[Helpful Scripts]]></category>
		<category><![CDATA[SQL Administration]]></category>
		<category><![CDATA[Tip of the Month]]></category>

		<guid isPermaLink="false">http://sqlrx.wordpress.com/?p=38</guid>
		<description><![CDATA[DBA&#8217;s need to know when it is safe to stop services or to do other work. It is preferable to do such things when no jobs are running to prevent job failures and data integrity issues.  Check out the query below to help. SQL Server Administration:  Find the next time that any enabled job will run. Run the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlrx.wordpress.com&amp;blog=13910960&amp;post=38&amp;subd=sqlrx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlrx.wordpress.com/2010/08/06/august-2010-tip-of-the-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/75e0b54061db42ffadcfebf66b407d50?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sqlrxadmin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
