<?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>Dave Turpin, SQL Server Developer &#187; sp_helpdb</title>
	<atom:link href="http://www.daveturpin.com/tag/sp_helpdb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveturpin.com</link>
	<description>Practical SQL Server Tips</description>
	<lastBuildDate>Sun, 22 Aug 2010 19:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Database Properties</title>
		<link>http://www.daveturpin.com/2010/02/database-properties/</link>
		<comments>http://www.daveturpin.com/2010/02/database-properties/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:50:53 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[DATABASEPROPERTY]]></category>
		<category><![CDATA[DATABASEPROPERTYEX]]></category>
		<category><![CDATA[profiler deprecate]]></category>
		<category><![CDATA[sp_helpdb]]></category>
		<category><![CDATA[sys.databases]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2010/02/database-properties/</guid>
		<description><![CDATA[A couple of weeks ago a colleague asked me how to determine the recovery model of a database using T-SQL.&#160; In other words, not using SSMS.&#160; For the purpose of this post I’m going to show how to determine the recovery model for a database using SSMS, and then answer the presented question. The following [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2010/02/database-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Database Snapshots To Test Loads</title>
		<link>http://www.daveturpin.com/2009/09/using-database-snapshots-to-test-loads/</link>
		<comments>http://www.daveturpin.com/2009/09/using-database-snapshots-to-test-loads/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 23:20:11 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[create database]]></category>
		<category><![CDATA[restore database]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[sp_helpdb]]></category>

		<guid isPermaLink="false">http://66.116.218.128/?p=9</guid>
		<description><![CDATA[When testing data warehouse ETL routines it’s often necessary to be able to reload the same data several times before you get the code dialed in and ready for production work.  One way to be able to do this is to simply TRUNCATE the target table, assuming there are no foreign keys on it.  If [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2009/09/using-database-snapshots-to-test-loads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
