<?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; Index Levels, Page Count, Record Count and DMV - sys.dm_db_index_physical_stats</title>
	<atom:link href="http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%C2%A0sys-dm_db_index_physical_stats/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sat, 25 May 2013 01:31:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: arun singh</title>
		<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-418931</link>
		<dc:creator><![CDATA[arun singh]]></dc:creator>
		<pubDate>Thu, 07 Feb 2013 07:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-418931</guid>
		<description><![CDATA[database design -----


Memberid ----------SponsorId

100 ----------------- NULL
101 ----------------- 100
102 ----------------- 100
103 ----------------- 100
104 ----------------- 101
105 ----------------- 101
106 ----------------- 101
107 ----------------- 102
108 ----------------- 102
109 ----------------- 102
110 ----------------- 103
111 ----------------- 103
112 ----------------- 103
113 ----------------- 104]]></description>
		<content:encoded><![CDATA[<p>database design &#8212;&#8211;</p>
<p>Memberid &#8212;&#8212;&#8212;-SponsorId</p>
<p>100 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; NULL<br />
101 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 100<br />
102 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 100<br />
103 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 100<br />
104 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 101<br />
105 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 101<br />
106 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 101<br />
107 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 102<br />
108 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 102<br />
109 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 102<br />
110 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 103<br />
111 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 103<br />
112 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 103<br />
113 &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 104</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arun singh</title>
		<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-418930</link>
		<dc:creator><![CDATA[arun singh]]></dc:creator>
		<pubDate>Thu, 07 Feb 2013 07:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-418930</guid>
		<description><![CDATA[hi sir 
i want to manage the level of user for MLM
plz give me solution of how to manage level

ex-
Memberid      SponsorId
100                NULL
101                100
102                100
103                100
104                101
105                101
106                101
107                102
108                102
109                102 
110                103  
111                103
112                103
113                104
...
...
...

from 104 to 113 has 0 level and 101,102 and 103 has been completed his 1st level and 100 has been completed his 2 level

how to i manage the level of user dynamically after user registration

plz help me sir]]></description>
		<content:encoded><![CDATA[<p>hi sir<br />
i want to manage the level of user for MLM<br />
plz give me solution of how to manage level</p>
<p>ex-<br />
Memberid      SponsorId<br />
100                NULL<br />
101                100<br />
102                100<br />
103                100<br />
104                101<br />
105                101<br />
106                101<br />
107                102<br />
108                102<br />
109                102<br />
110                103<br />
111                103<br />
112                103<br />
113                104<br />
&#8230;<br />
&#8230;<br />
&#8230;</p>
<p>from 104 to 113 has 0 level and 101,102 and 103 has been completed his 1st level and 100 has been completed his 2 level</p>
<p>how to i manage the level of user dynamically after user registration</p>
<p>plz help me sir</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/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-358101</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:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-358101</guid>
		<description><![CDATA[[...] Index Levels, Page Count, Record Count and DMV &#8211; sys.dm_db_index_physical_stats [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Index Levels, Page Count, Record Count and DMV &#8211; sys.dm_db_index_physical_stats [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-265576</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 21 Mar 2012 08:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-265576</guid>
		<description><![CDATA[select Memberid,count(*) from mim
where Position=&#039;Left&#039;
group by MemeberId]]></description>
		<content:encoded><![CDATA[<p>select Memberid,count(*) from mim<br />
where Position=&#8217;Left&#8217;<br />
group by MemeberId</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZAHID</title>
		<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-265561</link>
		<dc:creator><![CDATA[ZAHID]]></dc:creator>
		<pubDate>Wed, 21 Mar 2012 07:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-265561</guid>
		<description><![CDATA[i want to make mlm database.
that table is this.
create table mlm(
MemberID int,
RootID int ,
Position varchar(2),
Name varchar(10),
)
insert into mlm values(1,0,&#039;Left&#039;,&#039;A&#039;)
insert into mlm values(2,1,&#039;Centre&#039;,&#039;B&#039;)
insert into mlm values(3,1,&#039;Right&#039;,&#039;C&#039;)
insert into mlm values(4,1,&#039;Left&#039;,&#039;D)
insert into mlm values(5,2,&#039;Centre&#039;,&#039;E&#039;)
insert into mlm values(6,2,&#039;Right&#039;,&#039;F&#039;)
/*i wan to count total left id of 1 Member ID that is 4 */
2 is 1,
.
but how to count in sql server this system]]></description>
		<content:encoded><![CDATA[<p>i want to make mlm database.<br />
that table is this.<br />
create table mlm(<br />
MemberID int,<br />
RootID int ,<br />
Position varchar(2),<br />
Name varchar(10),<br />
)<br />
insert into mlm values(1,0,&#8217;Left&#8217;,'A&#8217;)<br />
insert into mlm values(2,1,&#8217;Centre&#8217;,'B&#8217;)<br />
insert into mlm values(3,1,&#8217;Right&#8217;,'C&#8217;)<br />
insert into mlm values(4,1,&#8217;Left&#8217;,'D)<br />
insert into mlm values(5,2,&#8217;Centre&#8217;,'E&#8217;)<br />
insert into mlm values(6,2,&#8217;Right&#8217;,'F&#8217;)<br />
/*i wan to count total left id of 1 Member ID that is 4 */<br />
2 is 1,<br />
.<br />
but how to count in sql server this system</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Difference between Create Index &#8211; Drop Index &#8211; Rebuild Index &#8211; Quiz &#8211; Puzzle &#8211; 21 of 31 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-242014</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Difference between Create Index &#8211; Drop Index &#8211; Rebuild Index &#8211; Quiz &#8211; Puzzle &#8211; 21 of 31 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 01:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-242014</guid>
		<description><![CDATA[[...] ALTER INDEX ALL REBUILD with Disabled Clustered Index Disabled Index and Index Levels and B-Tree Index Levels, Page Count, Record Count and DMV &#8211; sys.dm_db_index_physical_stats Size of Index Table for Each Index – Solution 2 Computed Columns – Index and Performance Index [...]]]></description>
		<content:encoded><![CDATA[<p>[...] ALTER INDEX ALL REBUILD with Disabled Clustered Index Disabled Index and Index Levels and B-Tree Index Levels, Page Count, Record Count and DMV &#8211; sys.dm_db_index_physical_stats Size of Index Table for Each Index – Solution 2 Computed Columns – Index and Performance Index [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rama Krishna</title>
		<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-187760</link>
		<dc:creator><![CDATA[Rama Krishna]]></dc:creator>
		<pubDate>Thu, 03 Nov 2011 11:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-187760</guid>
		<description><![CDATA[How page_count effects the performance?]]></description>
		<content:encoded><![CDATA[<p>How page_count effects the performance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valmir lima</title>
		<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-103093</link>
		<dc:creator><![CDATA[valmir lima]]></dc:creator>
		<pubDate>Tue, 30 Nov 2010 13:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-103093</guid>
		<description><![CDATA[Hello Pinal,

I&#039;m a little dazzled. 
In theory, can i have multiples pages in a leaf level? 

best regads,

Valmir]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal,</p>
<p>I&#8217;m a little dazzled.<br />
In theory, can i have multiples pages in a leaf level? </p>
<p>best regads,</p>
<p>Valmir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-90019</link>
		<dc:creator><![CDATA[Jonathan]]></dc:creator>
		<pubDate>Wed, 29 Sep 2010 04:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-90019</guid>
		<description><![CDATA[Do you know how to delete pages in sql related to a dnn site? Where do i look to in sql to find these pages? I have about 150 pages i need to delete and manually is very time consuming. I honestly can&#039;t believe dnn does not have the feature of deleting multiple pages at the same time.  I do not have a backup to restore to. If you know how, please PM my email. Thank you very much for your help and all your helpful posts.]]></description>
		<content:encoded><![CDATA[<p>Do you know how to delete pages in sql related to a dnn site? Where do i look to in sql to find these pages? I have about 150 pages i need to delete and manually is very time consuming. I honestly can&#8217;t believe dnn does not have the feature of deleting multiple pages at the same time.  I do not have a backup to restore to. If you know how, please PM my email. Thank you very much for your help and all your helpful posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Disabled Index and Index Levels and B-Tree Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-87770</link>
		<dc:creator><![CDATA[SQL SERVER – Disabled Index and Index Levels and B-Tree Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Tue, 14 Sep 2010 01:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-87770</guid>
		<description><![CDATA[[...] He also gave a hint: use the script which I have used earlier over SQL SERVER – Index Levels, Page Count, Record Count and DMV &#8211; sys.dm_db_index_physical_stat.... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] He also gave a hint: use the script which I have used earlier over SQL SERVER – Index Levels, Page Count, Record Count and DMV &#8211; sys.dm_db_index_physical_stat&#8230;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Index Levels and Delete Operations – Page Level Observation Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-86944</link>
		<dc:creator><![CDATA[SQL SERVER – Index Levels and Delete Operations – Page Level Observation Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Tue, 07 Sep 2010 17:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-86944</guid>
		<description><![CDATA[[...] 7, 2010 by pinaldave    I wrote an article before on SQL SERVER – Index Levels, Page Count, Record Count and DMV &#8211; sys.dm_db_index_physical_stats. In that article, I promised that I would give a follow up post with a few more interesting [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 7, 2010 by pinaldave    I wrote an article before on SQL SERVER – Index Levels, Page Count, Record Count and DMV &#8211; sys.dm_db_index_physical_stats. In that article, I promised that I would give a follow up post with a few more interesting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://blog.sqlauthority.com/2010/07/04/sql-server-index-levels-page-count-record-count-and-dmv-%c2%a0sys-dm_db_index_physical_stats/#comment-79474</link>
		<dc:creator><![CDATA[Sandeep]]></dc:creator>
		<pubDate>Fri, 09 Jul 2010 18:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9439#comment-79474</guid>
		<description><![CDATA[Interesting.]]></description>
		<content:encoded><![CDATA[<p>Interesting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
