IF we have lot of records in Database. How we can handle them?
Answer Posted / 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 |
Post New Answer View All Answers
What is sql command in ado net?
What is DataRowCollection?
What is ado oledb and odbc?
What are the ado.net objects?
What are the different methods available under the sqlcommand class to access the data?
What is the role of clr?
How to add a check box or a dropdown list to a column in a datagrid?
What is difference between executequery and executeupdate?
How to pass values into a datatable?
Explain what are acid properties?
What is the difference between the clone() and copy() methods of the dataset class?
What is the difference between linq and ado.net?
Which namespaces are used for data access?
What is the advantage of ado.net?
Is ado.net dead?