Using query analyzer, name 3 ways you can get an accurate
count of the number of records in a table?
Answer Posted / madhu
To get the total record count of a table use
Select count(*) from table_name
or
select count(column_name) from table_name
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are trace flags?
Which joins are sql server default?
How to select an exiting database using mssql_select_db()?
What are triggers? How do you invoke a trigger on demand?
What are types of storage modes? : sql server analysis services, ssas
Which tcl commands are available on the sql server?
What is data modification?
Explain about protocol layer present in SQL server?
How do I debug a stored procedure in sql server?
What are the methods used to protect against sql injection attack?
How to deploy the Report?
What is built-in/administrator?
What is 1nf normalization form?
What is a functions and types in sql server?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration