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 is the contrast amongst drop and truncate?
How do you start single user mode in clustered installations?
What is stretch database in sql server?
Do you know what are the properties of the relational tables?
What is db stored procedure?
What is a file group?
what is checksum in sql server.........???
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?
Explain the steps to create and execute a user-defined function in the sql server?
What are the ways available in sql server to execute sql statements?
What do you understand by recursive stored procedures?
What is right outer join in sql server joins?
How do you debug a procedure in sql server?
Why use cursor in sql server?