Using query analyzer, name 3 ways you can get an accurate
count of the number of records in a table?
Answer Posted / ramakrishna
count()
@@rowcount
sysindexes
dbcc chektable
sp_spaceused
excution plan
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are statistics?
What is the use of keyword with encryption.
What are the new features of sql server 2008 r2 reporting service?
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
What is the difference between count () and rowcount ()?
Why SQL Agent is used?
Explain full-text query in sql server?
Can group functions be used in the order by clause in ms sql server?
Explain in details security in SQL azure?
What is function of master database?
How to create function with parameter in sql server?
what is datawarehouse?
Explain timestamp datatype?
What are the purposes and advantages stored procedure?
What is a system database and what is a user database?