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
What are strong names?
What is the web.config file in asp?
About CLR, reflection and assemblies?
List of words of preprocessor in .net?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Can I combine classic asp and asp.net pages?
What types of data validation events are commonly seen in the client-side form validation?
Explain the main differences between asp and asp.net?
What do you understand from custom control?
What is the difference between system.stringbuilder and system.string
Explain exception filters?
What is the purpose of using MVC programming pattern in ASP.NET?
What is the adavantage of using ASP.NET routing?
Describe Segmentation With Paging?
Describe how to implement globalization and localization in the use interface in .net.