<?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; Dave</title>
	<atom:link href="http://www.daveturpin.com/author/admin/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>Add Default Constraint to an Existing Column</title>
		<link>http://www.daveturpin.com/2010/08/add-default-constraint-to-an-existing-column-2/</link>
		<comments>http://www.daveturpin.com/2010/08/add-default-constraint-to-an-existing-column-2/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 19:55:48 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2010/08/add-default-constraint-to-an-existing-column-2/</guid>
		<description><![CDATA[This post is going to be short and sweet for two reasons: 1.&#160; It is a short subject and 2.&#160; I’m learning the Dvorak keyboard… I recently needed to add a default constraint to an existing column.&#160; It’s not something I have to do often so when I do do it I need to look [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2010/08/add-default-constraint-to-an-existing-column-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Location of SQL Server Default Trace</title>
		<link>http://www.daveturpin.com/2010/07/location-of-sql-server-default-trace/</link>
		<comments>http://www.daveturpin.com/2010/07/location-of-sql-server-default-trace/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 13:53:26 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2010/07/location-of-sql-server-default-trace/</guid>
		<description><![CDATA[This is one of those posts for myself.&#160; Sort of like a self-note. When things go wrong, especially unexpectedly, sometimes the only clue is the SQL Server default trace.&#160; Where is it? SELECT * FROM ::fn_trace_getinfo(0) &#160; Now you know…&#160; But do you have permissions to get to the file?&#160; That’s another issue. For a [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2010/07/location-of-sql-server-default-trace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallel Query Plans</title>
		<link>http://www.daveturpin.com/2010/07/parallel-query-plans/</link>
		<comments>http://www.daveturpin.com/2010/07/parallel-query-plans/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 23:26:03 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Hyperthreads]]></category>
		<category><![CDATA[MAXDOP]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2010/07/parallel-query-plans/</guid>
		<description><![CDATA[This post is actually less about parallel query plans and more about a recap of some lessons learned from a recent project. I run an in-house T-SQL training class for new hires and other employees who either need to get up to speed with T-SQL or have a personal desire to learn.  In the very [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2010/07/parallel-query-plans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set up Dedicated Administrator Connection (DAC) before you need it!</title>
		<link>http://www.daveturpin.com/2010/06/set-up-dedicated-administrator-connection-dac-before-you-need-it/</link>
		<comments>http://www.daveturpin.com/2010/06/set-up-dedicated-administrator-connection-dac-before-you-need-it/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 00:52:58 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[DAC]]></category>
		<category><![CDATA[Dedicated Admin Connection]]></category>
		<category><![CDATA[Remote DAC]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2010/06/set-up-dedicated-administrator-connection-dac-before-you-need-it/</guid>
		<description><![CDATA[When I was in elementary school we often had planned “fire drills”.  We would be told of the impending alarms, the alarms would go off, and we’d all exit the school in an orderly fashion using the prescribed path and exits. Fast forward a hundred years and I’ve discovered why fire drills are important…  So [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2010/06/set-up-dedicated-administrator-connection-dac-before-you-need-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Object_Definition</title>
		<link>http://www.daveturpin.com/2010/05/sql-server-object_definition/</link>
		<comments>http://www.daveturpin.com/2010/05/sql-server-object_definition/#comments</comments>
		<pubDate>Mon, 31 May 2010 21:29:29 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[meta data functions]]></category>
		<category><![CDATA[object_definition]]></category>
		<category><![CDATA[sys.procedures]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2010/05/sql-server-object_definition/</guid>
		<description><![CDATA[In SQL Server 2005 the T-SQL meta data function OBJECT_DEFINITION was introduced.  I like to use this command to search stored procedures for string values, such as table or column names. The BoL page is located at http://msdn.microsoft.com/en-us/library/ms176090.aspx. The following queries will return the definitions for VIEWS, UDFs and STORED PROCEDURES: USE AdventureWorks GO SELECT [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2010/05/sql-server-object_definition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add DEFAULT Constraint to an Existing Column</title>
		<link>http://www.daveturpin.com/2010/05/add-default-constraint-to-an-existing-column/</link>
		<comments>http://www.daveturpin.com/2010/05/add-default-constraint-to-an-existing-column/#comments</comments>
		<pubDate>Thu, 06 May 2010 09:38:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[ALTER TABLE]]></category>
		<category><![CDATA[DEFAULT]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2010/05/add-default-constraint-to-an-existing-column/</guid>
		<description><![CDATA[It doesn’t happen very often but I recently needed to add a default value to an existing column.  Of course MSDN provided me everything I needed but figuring it out from the railroad diagrams took a few tries. To add to the confusion, the command for SQL Server Compact Edition is different than it is [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2010/05/add-default-constraint-to-an-existing-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atlanta SQL Saturday #41 from the Rear View Mirror</title>
		<link>http://www.daveturpin.com/2010/04/atlanta-sql-saturday-41-from-the-rear-view-mirror/</link>
		<comments>http://www.daveturpin.com/2010/04/atlanta-sql-saturday-41-from-the-rear-view-mirror/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 16:55:51 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Charlotte SQL Server Users Group]]></category>
		<category><![CDATA[SQL Saturday Atlanta]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2010/04/atlanta-sql-saturday-41-from-the-rear-view-mirror/</guid>
		<description><![CDATA[Just got back from the Atlanta SQL Saturday.  In this case the title is a literal and figurative one, since I just spent 4.5 hours looking at ATL from my car mirrors as I made the commute back to Charlotte. This was my second SQL Saturday event and once again I was not disappointed.  In [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2010/04/atlanta-sql-saturday-41-from-the-rear-view-mirror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Composite Index vs. INCLUDE Covering Index</title>
		<link>http://www.daveturpin.com/2010/04/composite-index-vs-include-covering-index/</link>
		<comments>http://www.daveturpin.com/2010/04/composite-index-vs-include-covering-index/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 00:46:05 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[composite index]]></category>
		<category><![CDATA[covering index]]></category>
		<category><![CDATA[include index]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2010/04/composite-index-vs-include-covering-index/</guid>
		<description><![CDATA[A simple question was posed today while giving a presentation on query plan analysis to colleagues at the office. What’s the difference between a composite (multi column) index and an INCLUDE covering index? At the time I was stumped.  Fortunately I don’t have any problem admitting I don’t know something… it happens all the time. [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2010/04/composite-index-vs-include-covering-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DELETE using SYNONYMS</title>
		<link>http://www.daveturpin.com/2010/04/delete-using-synonyms/</link>
		<comments>http://www.daveturpin.com/2010/04/delete-using-synonyms/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 00:42:08 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[DELETE]]></category>
		<category><![CDATA[SYNONYM]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2010/04/delete-using-synonyms/</guid>
		<description><![CDATA[I had a situation happen at work today that I never would have guessed is possible.&#160; But since it happened, it is possible. It’s all about how I used a synonym for a table in a DELETE statement. Since SYNONYMS are not commonly used, at least not in my circle of friends, I’ll take a [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2010/04/delete-using-synonyms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Search Technique</title>
		<link>http://www.daveturpin.com/2010/04/google-search-technique/</link>
		<comments>http://www.daveturpin.com/2010/04/google-search-technique/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 23:21:51 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Not SQL]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2010/04/google-search-technique/</guid>
		<description><![CDATA[Now that my blog is beginning to take shape I find myself going there to get the details on ideas that I’ve posted.  There’s no easier explanation for a topic than in my own words, even if they are not as perfectly articulated as other places. Similarly, when working with T-SQL I often want to [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2010/04/google-search-technique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
