Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 meaning of object pooling?

0 Answers  


What are the benefits of ADO.NET?

0 Answers   B-Ways TecnoSoft,


Explain the dataadapter class in ado.net?

0 Answers  


What is meant by executenonquery?

0 Answers  


What does adodb stand for?

0 Answers  


What are the steps in connecting to database?

3 Answers   IBM, Microsoft,


What is the use of ADO.NET and XML web services?

0 Answers   TCS,


what is the syntax code for oldb to connect oracle

3 Answers   IBM,


What are the data access namespaces in .NET?

0 Answers  


How to read data with the sqldatareader ?

0 Answers  


What is method to get XML and schema from Dataset?

2 Answers  


can we create synonymn in ms access,sql server,my sql if so explain me with example

0 Answers  


Categories