Welcome to

SqlServer-QA.net

Sign in | Join | Help

Browse by Tags

All Tags » display   (RSS)

TSQL to return (display) all tables row count in database - think about performance

In the forums and newsgroups this is a very common question that how to get all the tables rowcount or to get optimum values. You may be aware using SELECT COUNT(*) statement, but be aware it will make full table scan to return the rowcount and think