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
What is the difference between adding reference in solution explorer and adding references by using ?
Which method is used to force all the validation controls to run?
What is postback request?
Why is it preferred to not use finalize for clean up?
What is difference between Fragment Caching and Page Caching in ASP.NET?
How can we create custom controls in asp net?
Does google crawl redirects?
Define the term Web Garden?
how to include timer or counting time to display next page in asp.net
Define view state.
What is http post and http get?
How would you enable impersonation in the web.config file?
What is a 404 redirect?
What is the use of global.asax file?
What are the server control tags in asp.net.?