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

Answer Posted / khalid moin

try to use function based indexes and use it when needed..
it will not be used unnecessorily.

use clustering concept while creating table it will make you
join operation fast if more join operation u r going to
perform on the tables

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find Duplicate Records In table?

579


What is the use of commit?

534


how many clustered indexes can be created on a table? : Sql server database administration

559


What is store procedure? When do you use?

517


Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?

543






Explain activity monitors

611


What are the different types of upgrades that can be performed in sql server?

685


How to get the definition of a view out of the sql server?

493


How do I partition a table in sql server?

529


What are the pre-defined functions in the sql server?

513


What are the types of normalization?

542


What are dml triggers and types of dml triggers?

541


What is tabulation?

549


What is a group function explain with an example?

514


write an SQL query to list the employees who joined in the month of January?

1140