IF we have lot of records in Database. How we can handle them?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Explain how to call the sql commands asynchronously in ado.net version 2.0?
what are the differences between dataset and datareader?
what is sql Injection?
What is sql connection in ado.net?
How can we save all data from dataset?
what is a dataview?why is it used for?
Is bulk insert faster than insert?
What are the different row versions available?
What is ado control?
make a login control??
Difference between sqlcommand and sqlcommandbuilder?
How does ado.net work?