What meant by Performance Tuning,how can we do the
performance tuning on stored procedures and tell some steps
to do the performance tuning

Answer Posted / ravi yanamala

1).Check the indexes,table scans and the statics
2)check whether any stored procedures are recompiles excessively
3)check whether SET NOCOUNT is OFF for any stored procedures or triggers
4)check the query whether written poorly r not.check the database normalization as too much normalization effects performance,check the usage of the cursors and temperory tables.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of sql stored procedure?

542


Why do you need a sql server?

508


Explain time data type in sal server 2008?

552


Can you always create a cache of a report?

115


what are the Prerequisites for Replication?

10572






Explain about local stored procedure?

510


What are the advantages of partitioning?

646


What is partition, how will you implement it? : sql server analysis services, ssas

606


What is replication and database mirroring?

584


Where the sql logs gets stored? : sql server database administration

532


How to create percentile function?

108


How self join is different from outer join?

605


Differentiate between a having clause and a where clause.

524


What is a primary key?

542


How to create a view using data from another view?

567