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 / parmanand

Agree with John, Just to add this is a way to make our query
fast and to reduce the over load on server.

The RECOMPILE option
SET NOCOUNT ON/OFF
Creating Indexes on tables are few points to fine tune our
query.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about link server in sql server?

535


How is sql used in sql server?

503


Why use update_statistics command in sql server?

558


Can you change the data type of a column in a table after the table has been created? If so, which command would you use?

641


What are sql dirty pages?

561






What specific conditions database should meet, before you can bulk copy data into it using bcp?

536


what are constraints? Explain different types of constraints? : Sql server database administration

506


How to download and install the scaled-down database adventureworkslt?

608


Can you explain different types of locks in sql server?

527


You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?

541


What is self contained sub query?

561


What are different types of statements that are supported by sql?

595


Explain the microsoft sql server delete command? : SQL Server Architecture

585


What are the different Authentication modes in SQL Server and how can you change authentication mode?

644


Explain the rules for designing files and file groups in sql server?

552