<?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; ALTER TABLE</title>
	<atom:link href="http://www.daveturpin.com/tag/alter-table/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/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>Table Partitioning via the Clustered Index</title>
		<link>http://www.daveturpin.com/2009/10/table-partitioning-via-the-clustered-index/</link>
		<comments>http://www.daveturpin.com/2009/10/table-partitioning-via-the-clustered-index/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 13:23:21 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[$partition]]></category>
		<category><![CDATA[ALTER DATABASE]]></category>
		<category><![CDATA[ALTER TABLE]]></category>
		<category><![CDATA[CREATE PARTITION FUNCTION]]></category>
		<category><![CDATA[CREATE PARTITION SCHEME]]></category>

		<guid isPermaLink="false">http://www.daveturpin.com/2009/10/table-partitioning-via-the-clustered-index/</guid>
		<description><![CDATA[Today’s post will demonstrate how to partition an existing table without disturbing the existing data in the table by taking advantage of it’s clustered index. SQL Server Books Online (BOL) is laced with interesting tidbits of information but sometimes falls short of delivering on the specifics.  Let’s face it, there’s no way to demonstrate every [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2009/10/table-partitioning-via-the-clustered-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
