if i have 1000 records and i want to access 20 ata time
from SQL server, what will be the query?
Answer Posted / gowtham
you can also use Set Rowcount keyword to fetch the records
from sql server.Here is the query for that:
Set Rowcount 20
Select Empname from emp
Set RowCount 0
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Explain the difference between panel and groupbox classes using .net?
What is session handling in a webfarm, how it can work with its limits?
What is the difference between page directive include and action tag include?
What is difference between rest and soap?
How to implement form based authentication in asp.net application?
Explain the difference between sql invalidation and sql notification.
Write code to send e-mail from an asp.net application?
Which protocol is used to call web service?
Explain the main differences between asp and asp.net?
What is session id in web application?
Which class is used to send an email message from an ASP.NET Web page?
What are the components of ado.net?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is asp.net? How is it different from asp?
What is the usie of activex control in .net?