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

Explain how to call the sql commands asynchronously in ado.net version 2.0?

0 Answers  


what are the differences between dataset and datareader?

4 Answers   Choice Solutions,


what is sql Injection?

4 Answers   Microsoft,


What is sql connection in ado.net?

0 Answers  


How can we save all data from dataset?

0 Answers  


what is a dataview?why is it used for?

4 Answers   Choice Solutions,


Is bulk insert faster than insert?

0 Answers  


What are the different row versions available?

3 Answers  


What is ado control?

0 Answers  


make a login control??

1 Answers  


Difference between sqlcommand and sqlcommandbuilder?

0 Answers  


How does ado.net work?

0 Answers  


Categories