<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Get Information of Index of Tables and Indexed Columns</title>
	<atom:link href="http://blog.sqlauthority.com/2007/12/18/sql-server-get-information-of-index-of-tables-and-indexed-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/12/18/sql-server-get-information-of-index-of-tables-and-indexed-columns/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anima003</title>
		<link>http://blog.sqlauthority.com/2007/12/18/sql-server-get-information-of-index-of-tables-and-indexed-columns/#comment-40894</link>
		<dc:creator>Anima003</dc:creator>
		<pubDate>Mon, 28 Jul 2008 09:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/18/sql-server-get-information-of-index-of-tables-and-indexed-columns/#comment-40894</guid>
		<description>Really useful!!!
Thx!!!</description>
		<content:encoded><![CDATA[<p>Really useful!!!<br />
Thx!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishek</title>
		<link>http://blog.sqlauthority.com/2007/12/18/sql-server-get-information-of-index-of-tables-and-indexed-columns/#comment-31919</link>
		<dc:creator>abhishek</dc:creator>
		<pubDate>Wed, 09 Jan 2008 11:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/18/sql-server-get-information-of-index-of-tables-and-indexed-columns/#comment-31919</guid>
		<description>Table: 

TableA

Columns: 

Column1

Column2

Column3

Column4

Indexes

Column1 – Simple individual Index

Column2 – Simple individual Index

Query

1. SELECT * FROM TABLEA WHERE COLUMN1=’A’ AND COLUMN2=’B’

2. SELECT * FROM TABLEA WHERE COLUMN2=’B’ AND COLUMN1=’A’

3. SELECT * FROM TABLEA WHERE COLUMN1=’A’ AND COLUMN3=’B’

4. SELECT * FROM TABLEA WHERE COLUMN2=’A’ AND COLUMN4=’B’

 

could you pleasetell me which indexes use in case (queries.)
or both are equally important.?

is the other individual index useless and should be deleted?</description>
		<content:encoded><![CDATA[<p>Table: </p>
<p>TableA</p>
<p>Columns: </p>
<p>Column1</p>
<p>Column2</p>
<p>Column3</p>
<p>Column4</p>
<p>Indexes</p>
<p>Column1 – Simple individual Index</p>
<p>Column2 – Simple individual Index</p>
<p>Query</p>
<p>1. SELECT * FROM TABLEA WHERE COLUMN1=’A’ AND COLUMN2=’B’</p>
<p>2. SELECT * FROM TABLEA WHERE COLUMN2=’B’ AND COLUMN1=’A’</p>
<p>3. SELECT * FROM TABLEA WHERE COLUMN1=’A’ AND COLUMN3=’B’</p>
<p>4. SELECT * FROM TABLEA WHERE COLUMN2=’A’ AND COLUMN4=’B’</p>
<p>could you pleasetell me which indexes use in case (queries.)<br />
or both are equally important.?</p>
<p>is the other individual index useless and should be deleted?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad Hameed</title>
		<link>http://blog.sqlauthority.com/2007/12/18/sql-server-get-information-of-index-of-tables-and-indexed-columns/#comment-27406</link>
		<dc:creator>Mohammad Hameed</dc:creator>
		<pubDate>Thu, 20 Dec 2007 14:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/18/sql-server-get-information-of-index-of-tables-and-indexed-columns/#comment-27406</guid>
		<description>Hi,

Sorry, I should have checked other articles before posting my question.  

Thanks again

Mohammad</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sorry, I should have checked other articles before posting my question.  </p>
<p>Thanks again</p>
<p>Mohammad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad Hameed</title>
		<link>http://blog.sqlauthority.com/2007/12/18/sql-server-get-information-of-index-of-tables-and-indexed-columns/#comment-27397</link>
		<dc:creator>Mohammad Hameed</dc:creator>
		<pubDate>Thu, 20 Dec 2007 14:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/18/sql-server-get-information-of-index-of-tables-and-indexed-columns/#comment-27397</guid>
		<description>Hi,

Yes these king of small tips are helpful.  I have a question of my own though it has to do with system tables containing information about user defined tables.  

If I want to find the number of columns in a user defined table, can i do it with a simple select statement, or do i have to manually go in each table and count it?

I hope you will answer this question at the earliest possible

Regards

Mohammad</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Yes these king of small tips are helpful.  I have a question of my own though it has to do with system tables containing information about user defined tables.  </p>
<p>If I want to find the number of columns in a user defined table, can i do it with a simple select statement, or do i have to manually go in each table and count it?</p>
<p>I hope you will answer this question at the earliest possible</p>
<p>Regards</p>
<p>Mohammad</p>
]]></content:encoded>
	</item>
</channel>
</rss>
