Using query analyzer, name 3 ways you can get an accurate count of the number of records in a table?
1.select count(*) from <table name> 2.select count_big(*) from <table name> 3.select rows from sysindexes where id=?