 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Difference between an Index and a Primary Key</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/sql-server/difference-between-an-index-and-a-primary-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/sql-server/difference-between-an-index-and-a-primary-key/</link>
	<description></description>
	<lastBuildDate>Tue, 07 May 2013 13:39:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Blog Year 2012 In Review &#124; Malaysia Software Reseller &#124; Dealer &#124; PCWare2u</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/difference-between-an-index-and-a-primary-key/#comment-2082</link>
		<dc:creator>Blog Year 2012 In Review &#124; Malaysia Software Reseller &#124; Dealer &#124; PCWare2u</dc:creator>
		<pubDate>Sun, 06 Jan 2013 14:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/difference-between-an-index-and-a-primary-key/#comment-2082</guid>
		<description><![CDATA[[...] syntax in SQL Server 2008 - 5.9k views 7. SQL Server 2012 Licensing Changes - 7.6k views 6. Difference between an Index and a Primary Key - 8.7k views 5. What exactly is MSDTC, any when do I need it? - 11.5k [...]]]></description>
		<content:encoded><![CDATA[<p>[...] syntax in SQL Server 2008 - 5.9k views 7. SQL Server 2012 Licensing Changes - 7.6k views 6. Difference between an Index and a Primary Key - 8.7k views 5. What exactly is MSDTC, any when do I need it? - 11.5k [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/difference-between-an-index-and-a-primary-key/#comment-465</link>
		<dc:creator>Mrdenny</dc:creator>
		<pubDate>Sat, 05 Jun 2010 02:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/difference-between-an-index-and-a-primary-key/#comment-465</guid>
		<description><![CDATA[Indexes are use to decrease the amount of time it takes to search a table.  An index is a sorted copy of one or more columns of the table.  When you search against a table using the WHERE clause it will use an index when possible, if not it will search the entire table.]]></description>
		<content:encoded><![CDATA[<p>Indexes are use to decrease the amount of time it takes to search a table.  An index is a sorted copy of one or more columns of the table.  When you search against a table using the WHERE clause it will use an index when possible, if not it will search the entire table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaghuCD</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/difference-between-an-index-and-a-primary-key/#comment-453</link>
		<dc:creator>RaghuCD</dc:creator>
		<pubDate>Thu, 20 May 2010 02:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/difference-between-an-index-and-a-primary-key/#comment-453</guid>
		<description><![CDATA[hey mrdenny, 

i&#039;m a fresher in database. could you please let me know more about index. You have stated that when we use index, the values are already sorted. so while search, it will go to the correct location. which search does this DB use basically?]]></description>
		<content:encoded><![CDATA[<p>hey mrdenny, </p>
<p>i&#8217;m a fresher in database. could you please let me know more about index. You have stated that when we use index, the values are already sorted. so while search, it will go to the correct location. which search does this DB use basically?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
