 




<?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: Back To Basics: What are indexes and what are they used for?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-what-are-indexes-and-what-are-they-used-for/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-what-are-indexes-and-what-are-they-used-for/</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: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-what-are-indexes-and-what-are-they-used-for/#comment-176</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Wed, 28 Jan 2009 00:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-what-are-indexes-and-what-are-they-used-for/#comment-176</guid>
		<description><![CDATA[Acapsis,
The clustered index must be on the same file group as the table.

The nonclustered index can be placed on the same file group, on in a different file group.

By default the primary key will be the clustered index unless you tell it otherwise.  Depending on how you are querying the table you may need to have more than one index on this linking table. I have several linking tables which I need to be able to query from both sides (mine are only two columns wide) and I have two indexes on each.  The clustered index with the first column as the first column in the index, and the second index with the second column as the indexed column, and the first column as an included column.]]></description>
		<content:encoded><![CDATA[<p>Acapsis,<br />
The clustered index must be on the same file group as the table.</p>
<p>The nonclustered index can be placed on the same file group, on in a different file group.</p>
<p>By default the primary key will be the clustered index unless you tell it otherwise.  Depending on how you are querying the table you may need to have more than one index on this linking table. I have several linking tables which I need to be able to query from both sides (mine are only two columns wide) and I have two indexes on each.  The clustered index with the first column as the first column in the index, and the second index with the second column as the indexed column, and the first column as an included column.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Acapsis</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-what-are-indexes-and-what-are-they-used-for/#comment-174</link>
		<dc:creator>Acapsis</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-what-are-indexes-and-what-are-they-used-for/#comment-174</guid>
		<description><![CDATA[I have inheirited  three tables with many to many relationships,
and another so called link table  containing three foreign keys in each
record.   Is the correct index for the link table - a single clustered index
using all three columns?    Should clustered indexes be on the primary
file group and non clustered go else where?  where exactly?

Many thanks...]]></description>
		<content:encoded><![CDATA[<p>I have inheirited  three tables with many to many relationships,<br />
and another so called link table  containing three foreign keys in each<br />
record.   Is the correct index for the link table &#8211; a single clustered index<br />
using all three columns?    Should clustered indexes be on the primary<br />
file group and non clustered go else where?  where exactly?</p>
<p>Many thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
