<?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; Identify Numbers of Non Clustered Index on Tables for Entire Database</title>
	<atom:link href="http://blog.sqlauthority.com/2012/10/09/sql-server-identify-numbers-of-non-clustered-index-on-tables-for-entire-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/10/09/sql-server-identify-numbers-of-non-clustered-index-on-tables-for-entire-database/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Wed, 19 Jun 2013 08:01:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Midhun Siva</title>
		<link>http://blog.sqlauthority.com/2012/10/09/sql-server-identify-numbers-of-non-clustered-index-on-tables-for-entire-database/#comment-418025</link>
		<dc:creator><![CDATA[Midhun Siva]]></dc:creator>
		<pubDate>Tue, 05 Feb 2013 07:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21066#comment-418025</guid>
		<description><![CDATA[Hi,
I have experienced some problems on index.
1-&gt;I have a Employee table with 3 columns EmpID(Identity column),Reg no(clustered index),name. Now the table is not sorted physically based on the regno,the clustered index column.It is sorted only based on the identity.Why ?

2-&gt;I was able to create a non clustered index as well as clustered index for the same column.How might that be helpful ?

3-&gt;I can create &quot;CREATE INDEX Index_Reg_NO ON Employee(RegNo)&quot;.
What type of index have I created ? How does it differ from clustered or non clustered index ?

Thanks in advance....
Regards
Midhun,Prakash]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have experienced some problems on index.<br />
1-&gt;I have a Employee table with 3 columns EmpID(Identity column),Reg no(clustered index),name. Now the table is not sorted physically based on the regno,the clustered index column.It is sorted only based on the identity.Why ?</p>
<p>2-&gt;I was able to create a non clustered index as well as clustered index for the same column.How might that be helpful ?</p>
<p>3-&gt;I can create &#8220;CREATE INDEX Index_Reg_NO ON Employee(RegNo)&#8221;.<br />
What type of index have I created ? How does it differ from clustered or non clustered index ?</p>
<p>Thanks in advance&#8230;.<br />
Regards<br />
Midhun,Prakash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rehan Hussain</title>
		<link>http://blog.sqlauthority.com/2012/10/09/sql-server-identify-numbers-of-non-clustered-index-on-tables-for-entire-database/#comment-378534</link>
		<dc:creator><![CDATA[Rehan Hussain]]></dc:creator>
		<pubDate>Thu, 22 Nov 2012 07:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21066#comment-378534</guid>
		<description><![CDATA[Thanks]]></description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anindya Basu</title>
		<link>http://blog.sqlauthority.com/2012/10/09/sql-server-identify-numbers-of-non-clustered-index-on-tables-for-entire-database/#comment-358707</link>
		<dc:creator><![CDATA[Anindya Basu]]></dc:creator>
		<pubDate>Thu, 11 Oct 2012 10:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21066#comment-358707</guid>
		<description><![CDATA[Sir,
One of our client isn’t able to log on to their ERP that is running a SQL Server 2005 database. When we tried to know the reason we found the following message in event log:

“Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how to rebuild the master database, see SQL Server Books Online.”

Also we found that the SQL Server service has got stopped. When we tried to re-start the 
Service from Control Panel – Services, it showed a 3417 error.

The client hasn’t taken db backup since May 2012 and this is sort of a riddle for us. It is very urgent to help the client out of this hole. Can you please suggest something? 

Thanks in advance. Your suggestions would be highly appreciated. 

Anindya Basu]]></description>
		<content:encoded><![CDATA[<p>Sir,<br />
One of our client isn’t able to log on to their ERP that is running a SQL Server 2005 database. When we tried to know the reason we found the following message in event log:</p>
<p>“Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how to rebuild the master database, see SQL Server Books Online.”</p>
<p>Also we found that the SQL Server service has got stopped. When we tried to re-start the<br />
Service from Control Panel – Services, it showed a 3417 error.</p>
<p>The client hasn’t taken db backup since May 2012 and this is sort of a riddle for us. It is very urgent to help the client out of this hole. Can you please suggest something? </p>
<p>Thanks in advance. Your suggestions would be highly appreciated. </p>
<p>Anindya Basu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Identify Most Resource Intensive Queries &#8211; SQL in Sixty Seconds #029 &#8211; Video &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/10/09/sql-server-identify-numbers-of-non-clustered-index-on-tables-for-entire-database/#comment-358100</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Identify Most Resource Intensive Queries &#8211; SQL in Sixty Seconds #029 &#8211; Video &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 10 Oct 2012 01:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21066#comment-358100</guid>
		<description><![CDATA[[...] Comments        &#171; SQL SERVER &#8211; Identify Numbers of Non Clustered Index on Tables for Entire&#160;Database [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Comments        &laquo; SQL SERVER &#8211; Identify Numbers of Non Clustered Index on Tables for Entire&nbsp;Database [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aasim abdullah</title>
		<link>http://blog.sqlauthority.com/2012/10/09/sql-server-identify-numbers-of-non-clustered-index-on-tables-for-entire-database/#comment-357992</link>
		<dc:creator><![CDATA[aasim abdullah]]></dc:creator>
		<pubDate>Tue, 09 Oct 2012 17:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21066#comment-357992</guid>
		<description><![CDATA[Here what I have shared last year...
A script which not only returns list of indexes, but key columns as well as included columns.

http://connectsql.blogspot.com/2011/05/sql-server-tsql-script-to-get-all.html]]></description>
		<content:encoded><![CDATA[<p>Here what I have shared last year&#8230;<br />
A script which not only returns list of indexes, but key columns as well as included columns.</p>
<p><a href="http://connectsql.blogspot.com/2011/05/sql-server-tsql-script-to-get-all.html" rel="nofollow">http://connectsql.blogspot.com/2011/05/sql-server-tsql-script-to-get-all.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2012/10/09/sql-server-identify-numbers-of-non-clustered-index-on-tables-for-entire-database/#comment-357672</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Tue, 09 Oct 2012 03:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21066#comment-357672</guid>
		<description><![CDATA[I agree - I do not know how I missed that.]]></description>
		<content:encoded><![CDATA[<p>I agree &#8211; I do not know how I missed that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pegoopik</title>
		<link>http://blog.sqlauthority.com/2012/10/09/sql-server-identify-numbers-of-non-clustered-index-on-tables-for-entire-database/#comment-357671</link>
		<dc:creator><![CDATA[pegoopik]]></dc:creator>
		<pubDate>Tue, 09 Oct 2012 03:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21066#comment-357671</guid>
		<description><![CDATA[dude,
Well, what the hell are you using DISTINCT?
You already have a group by.]]></description>
		<content:encoded><![CDATA[<p>dude,<br />
Well, what the hell are you using DISTINCT?<br />
You already have a group by.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
