<?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>Positively SQL &#187; Index</title>
	<atom:link href="http://blog.sqlpositive.com/tag/index/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlpositive.com</link>
	<description>SQL blog by Luke Jian</description>
	<lastBuildDate>Mon, 21 Nov 2011 22:30:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How (not) to design a SQL Server table</title>
		<link>http://blog.sqlpositive.com/2009/05/how-not-to-design-a-sql-serve-table/</link>
		<comments>http://blog.sqlpositive.com/2009/05/how-not-to-design-a-sql-serve-table/#comments</comments>
		<pubDate>Wed, 27 May 2009 05:31:31 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Fail]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[Index]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=35</guid>
		<description><![CDATA[<p>I recently saw the worst example of  how not to design a table and indexes in SQL Server.</p> <p>So here it is:</p> <p>Table1(UserID,ActivityID,ActivityType,AddDate)</p> <p>Role : Log any activity that a user is invited for.</p> <p>PrimaryKey: &#8230; Wait for it &#8230; tada : UserID,ActivityID,ActivityType,AddDate &#8230; Wait you say &#8230;. YES &#8230; all table columns are used [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2009/05/how-not-to-design-a-sql-serve-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

