SQL Server Planet
Tips and Articles on SQL Server
Skip to content
Home
Custom Search
About
Archives
Resources
Feed
Archive of posts tagged
rowcount
Rowcount for All Tables
17 June 2009, 10:03 pm
SELECT SUM(rowcnt)
FROM sysindexes
WHERE indid < 2
Filed under
Scripts
.
Tagged
rowcount
View comments
Comments
Pages
About
Archives
Custom Search
Resources
Categories
Concurrency
Data Warehouse
DBA
DDL
Design
DMV Queries
Hosting
Indexing
Maintenance
Query Optimizer
Reporting Services
Scripts
Security
Server Objects
SQL
SQL Optimization
SQL Server
SQL Server 2005
SQL Server 2008
Tools
Troubleshooting