IF we have lot of records in Database. How we can handle them?

Answers were Sorted based on User's Feedback



IF we have lot of records in Database. How we can handle them?..

Answer / vinay kumar dubey

If we have lot of records to handle with safly and fastly
we must use Triggers ,Stored procedure to maintain
accuracy ,and Indexing for fast retrival of data

Is This Answer Correct ?    11 Yes 0 No

IF we have lot of records in Database. How we can handle them?..

Answer / naren

Increase the execution timeout in ADO.NET

Is This Answer Correct ?    9 Yes 1 No

IF we have lot of records in Database. How we can handle them?..

Answer / pavan kumar p

You can handle Large data by practicing some design
patterns like, using stored procedures rather than
Statements, Use coloum names rather tahn * when fetching
the statements etc..

Is This Answer Correct ?    7 Yes 0 No

IF we have lot of records in Database. How we can handle them?..

Answer / ashish bharadwaj

You can set this value in web.config. For example, to
change the timeout for one specific page:

<location path="somefile.aspx">
<system.web>
<httpRuntime executionTimeout="180"/>
</system.web>
</location>



Hope that helps.

Ashish Bharadwaj,Noida(delhi)
mail:-ashishsrm85@gmail.com

Is This Answer Correct ?    1 Yes 1 No

IF we have lot of records in Database. How we can handle them?..

Answer / pavithra

yes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

0 Answers   CGI,


What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?

0 Answers  


How to find the given query is optimised one or not?

0 Answers  


What do you know about ADO.NET's objects and methods?

0 Answers   NA,


Which provider is used to connect ms access, oracle, etc…?

0 Answers  






What is Serialization in .NET? what are the types of Serialization?

0 Answers   Arigo Infotech,


What is ado or jdbc?

0 Answers  


what is trigger?

8 Answers   Microsoft, Precept Technology,


Differentiate between Dataset and Recordset.

2 Answers  


What is the full form of ado?

0 Answers  


What is the difference between oledb sql server and oledbdotnet provider?

0 Answers  


What are the advantage of ado.net?

0 Answers  


Categories