Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir/Mem,

I used sql server 2005, and i have one table name as event and i am inserted at most 11,60,000+ records on that table.
Than my question is how many records are inserted in a table?
Please give answers in according to version like 2002,2005,2008

Thanks & Regards
Amit(AV)
Posted

Basic usage of the COUNT in SQL:
SQL
select count(*) from [tablename]
 
Share this answer
 
Comments
AmitGajjar 6-Jun-12 5:22am    
why you have specified about count when no one ask for that ?
Mehdi Gholam 6-Jun-12 5:35am    
"Than my question is how many records are inserted in a table?"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900