﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / Total records / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 14:53:36 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Total records</title><link>http://www.sqlservercentral.com/Forums/Topic481852-146-1.aspx</link><description>Keep in mind those reports are only available if Service Pack 2 is installed. </description><pubDate>Tue, 08 Apr 2008 19:19:35 GMT</pubDate><dc:creator>Todd Engen</dc:creator></item><item><title>RE: Total records</title><link>http://www.sqlservercentral.com/Forums/Topic481852-146-1.aspx</link><description>[quote][b]Todd Engen (4/8/2008)[/b][hr]Here's one simple way to do that.  Just copy-and-paste the results into another query &amp;#119;indow.[code]USE MyDatabaseSELECT 'SELECT COUNT(*), ''' + name + ''' FROM ' + name FROM sys.tables[/code]Or you could look at using the stored procedure sp_MSforeachtable.[/quote]Or - right-click on the database, Reports, Standard Reports, Disk Usage by Table (it also includes the record counts and then some).</description><pubDate>Tue, 08 Apr 2008 14:11:16 GMT</pubDate><dc:creator>Matt Miller (#4)</dc:creator></item><item><title>RE: Total records</title><link>http://www.sqlservercentral.com/Forums/Topic481852-146-1.aspx</link><description>Here's one simple way to do that.  Just copy-and-paste the results into another query &amp;#119;indow.[code]USE MyDatabaseSELECT 'SELECT COUNT(*), ''' + name + ''' FROM ' + name FROM sys.tables[/code]Or you could look at using the stored procedure sp_MSforeachtable.</description><pubDate>Tue, 08 Apr 2008 14:06:37 GMT</pubDate><dc:creator>Todd Engen</dc:creator></item><item><title>Total records</title><link>http://www.sqlservercentral.com/Forums/Topic481852-146-1.aspx</link><description>Hi All,I have xyz database which is containing 100 user table. Is there any script which I can use to get total number of records in user table seperatly.Urgent help would be appreciable.Regards,Austin</description><pubDate>Tue, 08 Apr 2008 13:41:15 GMT</pubDate><dc:creator>Austin_123</dc:creator></item></channel></rss>