Having accurate table row counts is vital when it comes to planning and query development: the SQL you write or indexes you create when there are a dozen rows in a table may be totally different from your work against a couple billion rows. The most accurate way to get a row count is by…