<?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; Find Row Count in Table &#8211; Find Largest Table in Database &#8211; T-SQL</title>
	<atom:link href="http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: tecfield</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-451820</link>
		<dc:creator><![CDATA[tecfield]]></dc:creator>
		<pubDate>Mon, 08 Apr 2013 14:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-451820</guid>
		<description><![CDATA[Just in case you want to get row counts for all tables in a database, you can run the following:
exec sp_MSforeachtable &#039;exec sp_spaceused &#039;&#039;?&#039;&#039;&#039;
(all quotes are single quotes [&#039;])]]></description>
		<content:encoded><![CDATA[<p>Just in case you want to get row counts for all tables in a database, you can run the following:<br />
exec sp_MSforeachtable &#8216;exec sp_spaceused &#8221;?&#8221;&#8217;<br />
(all quotes are single quotes ['])</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tecfield</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-451806</link>
		<dc:creator><![CDATA[tecfield]]></dc:creator>
		<pubDate>Mon, 08 Apr 2013 13:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-451806</guid>
		<description><![CDATA[Most of suggested solutions will work for sure but I suggest this:
EXEC sp_spaceused &#039;Table_Name&#039;
It gives some other useful information as well! Hope it helps :)]]></description>
		<content:encoded><![CDATA[<p>Most of suggested solutions will work for sure but I suggest this:<br />
EXEC sp_spaceused &#8216;Table_Name&#8217;<br />
It gives some other useful information as well! Hope it helps :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkatkommineni.k@gmail.com</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-410357</link>
		<dc:creator><![CDATA[venkatkommineni.k@gmail.com]]></dc:creator>
		<pubDate>Sun, 20 Jan 2013 18:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-410357</guid>
		<description><![CDATA[HI Pinal,
  You did good job.
              Kommineni]]></description>
		<content:encoded><![CDATA[<p>HI Pinal,<br />
  You did good job.<br />
              Kommineni</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #012 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-409570</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #012 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 19 Jan 2013 01:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-409570</guid>
		<description><![CDATA[[...] Find Row Count in Table – Find Largest Table in Database – T-SQL There is more than one way to find the information from the table regarding how many total rows it contains. In this blog post, we go over another method which is very rarely used but when used it gives very accurate data very quickly. If you are the one who loves new interesting details, this blog post is specifically for you. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Find Row Count in Table – Find Largest Table in Database – T-SQL There is more than one way to find the information from the table regarding how many total rows it contains. In this blog post, we go over another method which is very rarely used but when used it gives very accurate data very quickly. If you are the one who loves new interesting details, this blog post is specifically for you. [...]</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/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-358099</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:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-358099</guid>
		<description><![CDATA[[...] Find Row Count in Table – Find Largest Table in Database – T-SQL [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Find Row Count in Table – Find Largest Table in Database – T-SQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ksanajoe</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-342473</link>
		<dc:creator><![CDATA[ksanajoe]]></dc:creator>
		<pubDate>Mon, 10 Sep 2012 10:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-342473</guid>
		<description><![CDATA[how can i get every table rows base on a snapshot? please help]]></description>
		<content:encoded><![CDATA[<p>how can i get every table rows base on a snapshot? please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nasir</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-274645</link>
		<dc:creator><![CDATA[nasir]]></dc:creator>
		<pubDate>Tue, 10 Apr 2012 07:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-274645</guid>
		<description><![CDATA[thanks]]></description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chirag</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-252364</link>
		<dc:creator><![CDATA[chirag]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 09:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-252364</guid>
		<description><![CDATA[Can someone help me with my problem?
My table looks like this

CID FNAME MIN MAX COM
A OP1 0 23 5
A OP1 24 35 2
A OP1 36 99 1

A OP2 0 23 5
A OP2 24 35 2
A OP2 36 99 0

A OP3 0 23 5
A OP3 24 35 2
A OP3 36 99 1

B OP1 0 23 9
B OP1 24 99 2

B OP2 0 23 9
B OP2 24 99 2

B OP3 0 23 7
B OP3 24 35 3
B OP3 36 99 1


The expected duplicate results i need are:
A OP1
A OP3
B OP1
B OP2]]></description>
		<content:encoded><![CDATA[<p>Can someone help me with my problem?<br />
My table looks like this</p>
<p>CID FNAME MIN MAX COM<br />
A OP1 0 23 5<br />
A OP1 24 35 2<br />
A OP1 36 99 1</p>
<p>A OP2 0 23 5<br />
A OP2 24 35 2<br />
A OP2 36 99 0</p>
<p>A OP3 0 23 5<br />
A OP3 24 35 2<br />
A OP3 36 99 1</p>
<p>B OP1 0 23 9<br />
B OP1 24 99 2</p>
<p>B OP2 0 23 9<br />
B OP2 24 99 2</p>
<p>B OP3 0 23 7<br />
B OP3 24 35 3<br />
B OP3 36 99 1</p>
<p>The expected duplicate results i need are:<br />
A OP1<br />
A OP3<br />
B OP1<br />
B OP2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hardik</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-219672</link>
		<dc:creator><![CDATA[Hardik]]></dc:creator>
		<pubDate>Sat, 17 Dec 2011 00:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-219672</guid>
		<description><![CDATA[man u are ossom....]]></description>
		<content:encoded><![CDATA[<p>man u are ossom&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Walker</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-177236</link>
		<dc:creator><![CDATA[David Walker]]></dc:creator>
		<pubDate>Mon, 10 Oct 2011 18:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-177236</guid>
		<description><![CDATA[Followup:  If you want to get the number of records for each table, you need to group by object ID and then sum for each group.]]></description>
		<content:encoded><![CDATA[<p>Followup:  If you want to get the number of records for each table, you need to group by object ID and then sum for each group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Walker</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-177235</link>
		<dc:creator><![CDATA[David Walker]]></dc:creator>
		<pubDate>Mon, 10 Oct 2011 18:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-177235</guid>
		<description><![CDATA[Dave Pinal, you REALLY should update the main article to use something like what Books Online shows:

SELECT SUM (row_count) AS total_number_of_rows 
FROM sys.dm_db_partition_stats
WHERE object_id=OBJECT_ID(&#039;HumanResources.Employee&#039;)    AND (index_id=0 or index_id=1);

That query handles multiple partitions, and handles the schema name correctly.  It will show the results for a heap, or a table with a primary key.  This has been mentioned in the comments a few times, and you say &quot;thanks&quot;, but it would help if you could update the article itself!  The code in the article is not quite correct.

David Walker]]></description>
		<content:encoded><![CDATA[<p>Dave Pinal, you REALLY should update the main article to use something like what Books Online shows:</p>
<p>SELECT SUM (row_count) AS total_number_of_rows<br />
FROM sys.dm_db_partition_stats<br />
WHERE object_id=OBJECT_ID(&#8216;HumanResources.Employee&#8217;)    AND (index_id=0 or index_id=1);</p>
<p>That query handles multiple partitions, and handles the schema name correctly.  It will show the results for a heap, or a table with a primary key.  This has been mentioned in the comments a few times, and you say &#8220;thanks&#8221;, but it would help if you could update the article itself!  The code in the article is not quite correct.</p>
<p>David Walker</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamaludeen M</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-128430</link>
		<dc:creator><![CDATA[Kamaludeen M]]></dc:creator>
		<pubDate>Tue, 12 Apr 2011 07:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-128430</guid>
		<description><![CDATA[Hi Pinal,

Using your above query, it gives duplicate table names if the tables are partitioned.

How about the below one..

SELECT 
 OBJECT_NAME(P.[object_id])	AS [Table Name]
,SUM(rows)					AS [No. of rows]

FROM sys.partitions AS P 
INNER JOIN sys.tables AS T 
ON T.[object_id] = P.[object_id]

WHERE index_id IN (0,1) AND T.[type] = &#039;U&#039;
GROUP BY P.[object_id]
ORDER BY 2 DESC

Thank you..]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Using your above query, it gives duplicate table names if the tables are partitioned.</p>
<p>How about the below one..</p>
<p>SELECT<br />
 OBJECT_NAME(P.[object_id])	AS [Table Name]<br />
,SUM(rows)					AS [No. of rows]</p>
<p>FROM sys.partitions AS P<br />
INNER JOIN sys.tables AS T<br />
ON T.[object_id] = P.[object_id]</p>
<p>WHERE index_id IN (0,1) AND T.[type] = &#8216;U&#8217;<br />
GROUP BY P.[object_id]<br />
ORDER BY 2 DESC</p>
<p>Thank you..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-97847</link>
		<dc:creator><![CDATA[sean]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 16:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-97847</guid>
		<description><![CDATA[Thanks Pinal, works great!]]></description>
		<content:encoded><![CDATA[<p>Thanks Pinal, works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-92120</link>
		<dc:creator><![CDATA[Ravi]]></dc:creator>
		<pubDate>Mon, 11 Oct 2010 14:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-92120</guid>
		<description><![CDATA[Very helpfull... Thank You...]]></description>
		<content:encoded><![CDATA[<p>Very helpfull&#8230; Thank You&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khamida</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-87950</link>
		<dc:creator><![CDATA[khamida]]></dc:creator>
		<pubDate>Wed, 15 Sep 2010 18:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-87950</guid>
		<description><![CDATA[your articles are always helpfull

Thank you]]></description>
		<content:encoded><![CDATA[<p>your articles are always helpfull</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Find Row Count in Table – Find Largest Table in Database – Part 2 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-87000</link>
		<dc:creator><![CDATA[SQL SERVER – Find Row Count in Table – Find Largest Table in Database – Part 2 Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Wed, 08 Sep 2010 01:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-87000</guid>
		<description><![CDATA[[...] 8, 2010 by pinaldave    Last Year I wrote article on the subject SQL SERVER – Find Row Count in Table – Find Largest Table in Database – T-SQL. It is very good to see excellent participation there. In my script I had not taken care of table [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 8, 2010 by pinaldave    Last Year I wrote article on the subject SQL SERVER – Find Row Count in Table – Find Largest Table in Database – T-SQL. It is very good to see excellent participation there. In my script I had not taken care of table [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-86549</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Sat, 04 Sep 2010 04:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-86549</guid>
		<description><![CDATA[Thanks!]]></description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ameena</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-86517</link>
		<dc:creator><![CDATA[Ameena]]></dc:creator>
		<pubDate>Fri, 03 Sep 2010 19:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-86517</guid>
		<description><![CDATA[Pinal,

Your query does not take account of the Schema name. There can be tables having same name but different schema in a database. Also if a table is partitioned, you want to get one row of result 1.e; sum of rows in different partitions. So I have a modified query that I use.

    select  sc.name +&#039;.&#039;+ ta.name
           ,sum(pa.rows)  --  Approximate value, oh well
           from sys.tables ta
           inner join sys.partitions pa
            on pa.object_id = ta.object_id
           inner join sys.schemas sc
			on ta.schema_id = sc.schema_id
		where ta.is_ms_shipped = 0	AND pa.index_id IN (1,0)
          group by  sc.name,ta.name
          ORDER BY sum(pa.rows)  DESC]]></description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>Your query does not take account of the Schema name. There can be tables having same name but different schema in a database. Also if a table is partitioned, you want to get one row of result 1.e; sum of rows in different partitions. So I have a modified query that I use.</p>
<p>    select  sc.name +&#8217;.'+ ta.name<br />
           ,sum(pa.rows)  &#8212;  Approximate value, oh well<br />
           from sys.tables ta<br />
           inner join sys.partitions pa<br />
            on pa.object_id = ta.object_id<br />
           inner join sys.schemas sc<br />
			on ta.schema_id = sc.schema_id<br />
		where ta.is_ms_shipped = 0	AND pa.index_id IN (1,0)<br />
          group by  sc.name,ta.name<br />
          ORDER BY sum(pa.rows)  DESC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John G</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-65312</link>
		<dc:creator><![CDATA[John G]]></dc:creator>
		<pubDate>Fri, 16 Apr 2010 11:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-65312</guid>
		<description><![CDATA[Thanks Pinal (and Afonso), really useful]]></description>
		<content:encoded><![CDATA[<p>Thanks Pinal (and Afonso), really useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-62194</link>
		<dc:creator><![CDATA[adam]]></dc:creator>
		<pubDate>Thu, 04 Mar 2010 18:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-62194</guid>
		<description><![CDATA[Very helpful, thank you!]]></description>
		<content:encoded><![CDATA[<p>Very helpful, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Delconte</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-62037</link>
		<dc:creator><![CDATA[Seth Delconte]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-62037</guid>
		<description><![CDATA[Thank you!  Very useful script.]]></description>
		<content:encoded><![CDATA[<p>Thank you!  Very useful script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-61965</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Mon, 01 Mar 2010 10:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-61965</guid>
		<description><![CDATA[If you use versions prior to 2005, you need to use

DBCC updateusage(dbname)


for correct result

See this
http://beyondrelational.com/blogs/madhivanan/archive/2007/11/02/different-ways-to-count-rows-from-a-table.aspx]]></description>
		<content:encoded><![CDATA[<p>If you use versions prior to 2005, you need to use</p>
<p>DBCC updateusage(dbname)</p>
<p>for correct result</p>
<p>See this<br />
<a href="http://beyondrelational.com/blogs/madhivanan/archive/2007/11/02/different-ways-to-count-rows-from-a-table.aspx" rel="nofollow">http://beyondrelational.com/blogs/madhivanan/archive/2007/11/02/different-ways-to-count-rows-from-a-table.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-61964</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Mon, 01 Mar 2010 10:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-61964</guid>
		<description><![CDATA[Only way is to update the table to have Grade to NULL

Update table
Set Grade=NULL]]></description>
		<content:encoded><![CDATA[<p>Only way is to update the table to have Grade to NULL</p>
<p>Update table<br />
Set Grade=NULL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajithamalar</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-56808</link>
		<dc:creator><![CDATA[Ajithamalar]]></dc:creator>
		<pubDate>Tue, 20 Oct 2009 08:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-56808</guid>
		<description><![CDATA[count is mismatching in some tables(large size db)]]></description>
		<content:encoded><![CDATA[<p>count is mismatching in some tables(large size db)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glyquiroz</title>
		<link>http://blog.sqlauthority.com/2009/01/13/sql-server-find-row-count-in-table-find-largest-table-in-database-t-sql/#comment-56010</link>
		<dc:creator><![CDATA[glyquiroz]]></dc:creator>
		<pubDate>Mon, 21 Sep 2009 00:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2013#comment-56010</guid>
		<description><![CDATA[Great code, simple and useful]]></description>
		<content:encoded><![CDATA[<p>Great code, simple and useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>
