Answer Posted / raghuram
the question is how do find number of rows in a table?
select count(*) from table_name
by using this we will get exact number of rows in a table.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Do you know sql server 2008 introduces automatic auditing?
Does sql server 2000 clustering support load balancing?
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
What are translations and its use? : sql server analysis services, ssas
How to create a store procedure with encryption?
What is the maximum number of instances in 32 bit and 64 bit sql server 2012?
what is the information that can be stored inside a bit column? : Sql server database administration
Explain where clause?
what are database files and filegroups? : Sql server database administration
Explain the truncate command? : SQL Server Architecture
How to insert stored procedure result into temporary table?
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
mention different types of relationships in the dbms?
Is the log file is a part of file group?
Difference between report and query parameter.