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

How many types of functions are there in sql server?

457


What is meant by indexing?

504


please differentiate between delete and truncate?

558


Is the log file is a part of file group?

548


What is dbcc updateusage?

534






How to view existing indexes on an given table using sys.indexes?

593


Do you think BCNF is better than 2NF & 3NF? Why?

783


If the job running very slow what is the action you do

1425


How to call a function from a stored procedure in SQL Server ?

547


Explain about Joins?

603


What are the requirements for sql server 2016?

536


What is set nocount on?

498


Explain SSRS Architecture?

139


what is normalization? : Sql server database administration

529


What are the restrictions while creating batches in sql server?

581