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 to define testing of network layers? : Sql server database administration

478


How do I determine how many instances of sql server are installed on a computer?

527


How many ways to create table-valued functions?

571


Explain different types of locks in sql server.

590


Explain the steps needed to create a scheduled job?

518






Why do we need different type of parameter?

545


SQL Server Architecture ?

1919


Difference between report and query parameter. Why do we need different type of parameter?

563


What do you understand by recursive stored procedures?

561


What is a result set object returned by odbc_exec()?

542


Does a sql server 2005 select statement require a from?

568


What is the datatype of rowid?

500


Explain log shipping?

575


Does sql server 2000 clustering support load balancing?

560


explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration

638