What are the factors you will check for the performane
optimization for a database query?

Answer Posted / sravan kumar vemuri

The most important option to increase the query performance
is to create index on the table.
First one should concerntrate on the columns used in the
where cluase.

But indexes can hit the performance for insert queries. So
before giving an insert query, better to remove the index
and then to recreate the index.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you start single user mode in clustered installations?

704


What is executereader?

724


What is 1nf 2nf and 3nf?

666


What are Row versions of DataRow?

784


What is data block and how to define data block size?

781






What is an index. What are the types?

750


What is optimization and its types?

708


What is the downside of using udf?

748


What is cursors?

806


What is Replication?

808


State a few properties of relational databases?

833


Explain the usage of floor function in sql server.

678


How to use transact-sql statements to access the database engine?

744


How to download microsoft sql server 2005 express edition?

774


How to generate random numbers with the rand() function in ms sql server?

758