Using query analyzer, name 3 ways you can get an accurate
count of the number of records in a table?
Answer Posted / mathan
1.select count(*) from <table name>
2.select count_big(*) from <table name>
3.select rows from sysindexes where id=?
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Can you always create a cache of a report?
What are the difficulties faced in cube development? : sql server analysis services, ssas
Explain timestamp datatype?
Which are ddl commands?
What is difference between views and stored procedures?
What happens if the update subquery returns multiple rows in ms sql server?
Does index speed up select statements?
What is a livelock?
What happens if ntwdblib.dll is missing on your machine?
How to use the inserted and deleted pseudo tables?
What are magic tables in sql server?
What are the different Topologies in which Replication can be configured?
How to create new table with "create table" statements?
Differentiate between truncate vs delete in mssql?
What are the lambda triggers?