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
What is a partitioned view?
What is sql server english query?
Explain the first normal form(1nf)?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
How will you monitor replication latency in transactional replication? : sql server replication
What is self join in sql server joins?
What do you understand by recursive stored procedures?
How do you debug a procedure in sql server?
what is the information that can be stored inside a bit column? : Sql server database administration
Describe in brief sql server monitoring ways.
What is difference between count (*) and count 1?
How many types of keys are there?
Differentiate between mongodb vs. Sql server?
what type of index will get created after executing the above statement? : Sql server database administration
Does sql server use t sql?