Returns an estimate of the number of rows in the specified table.
row_count(dbid, object_id [,ptnid] [, “option”])
select row_count(5, 31000114)
select row_count(5, 31000114, 2323242432)
All erroneous conditions return in a value of zero being returned.
Instead of consuming resources, row_count discards the descriptor for an object that is not already in the cache.
ANSI SQL – Compliance level: Transact-SQL extension
Any user can execute row_count.