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 is viewstate information stored?
What is Web Server Control Templates.?
What are the types of validation in asp net?
What is application variable in asp.net?
What are the differences between code behind and code inline?
What are sessions used for?
Can I stream live content/events?
What are the differnt types of handler in ASP.NET?
What is the compiled object?
What is difference between web api and web services?
what is the difference between response.write() and response.output.write()?
What is the difference between client-side and server-side validations in ASP.NET?
Which method is used to force all the validation controls to run?
What are the built-in objects in asp.net?
Can you explain one critical mapping? Performance issue which one is better?