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 does it mean to normalize a database and why would you do it?
What is TDS(Tabular Data Stream) Gateway?
What is a trigger? Why we need it?
How to create database with physical files specified in ms sql server?
Define the one-to-one relationship while designing tables.
What are the types of normalization?
Is the primary key column of a table an index in ms sql server?
How to check if stored procedure is running in sql server?
What is sql injection? How to protect against sql injection attack?
How to get the number of affected rows?
Do you know what is sql injection?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
New concepts of sql server 2005 use in your project.
what's the difference between delete table and truncate table commands? : Sql server database administration
What are the properties of the relational tables?