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
Why are you getting errors when creating a new odbc dsn?
What is database black box testing?
How to download and install sql server 2005 books online?
What is the difference between varchar and nvarchar datatypes?
how many no of arguments can be passed in procedures and functions
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
What is importing utility?
What is an indexed view?
Explain active/passive and active/active cluster configurations?
What are the different subsets of sql?
How is a full-text index updated?
How to create percentile function?
How do I shrink an ldf file?
How do I create a stored procedure in sql server?
How adventureworkslt tables are related?