Link
How to get SQL Server Table Row Counts fast and efficiently»
SQL Server Central ran an article this morning about using a system DMV to get table row counts without doing a table scan (so it’s VERY fast and has no performance hit).
I decided…
