if i have 1000 records and i want to access 20 ata time
from SQL server, what will be the query?
Answer Posted / raj
select top 20 * from tablename order by newid()
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are the advantages and disadvantages of Using Cookies?
How do you implement sql caching in asp.net?
Explain cashing in asp.net.
Is asp.net free?
What is application variable?
Define web services in asp.net.
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Which property is used to identify the Page is Post Back in ASP.NET?
How many languages are supported by .NET at present time?
Which method is used to perform all validation at the page level?
Explain how to prepare culture-specific formatting in .net.
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
What are the different types of validation controls provided in ASP.NET?
what is silver light when will we use silver light,
What is http post and http get?