• Why not just check the rowcnt value in sys.sysindexes for the OBJECT_ID(tablename)

    select max(rows) from sys.sysindexes where id = object_id('<table_name>')