if i have 1000 records and i want to access 20 ata time
from SQL server, what will be the query?
Answer Posted / arunbhararthi
you can use top keyword to fetch the first 20 records from
sql server.Here is the query for that:
for example:
select top20 empname from emp.
Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
Describe session handling in a webfarm?
What is the base class from which web forms are inherited?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Why do we need asp.net?
What r the asp.net list controls and diff. Between them?
Where is the session stored?
Using code explain Configuration Management
What is the purpose of asp.net?
how to debug web services on consumer side?
What is the best Macanism to clear the Cache in asp.net
What is windows active directory authentication?
What is the basic difference between asp and asp.net?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What are user controls?