Suppose i have one sql query that contains 2 minute to
execute.After one weekly i am executing same query that is
taking 5 minute.Why our same query is taking more time.what
would be my approach to reduce execution time.Please help.



Suppose i have one sql query that contains 2 minute to execute.After one weekly i am executing sam..

Answer / rajkumar

1.It might be index failure please see execution plan
2.DO update statistics for that table and check once again.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

9. Write a query to list a new column with the difference in temp of the cities Delhi and Mumbai, Mumbai and Jammu and soon. Consider the following table : City_id City Temp. 1 delhi 40 2 Mumbai 35 3 Jammu 32 4 Pune 18

2 Answers  


How data can be copied from one table to another table?

0 Answers  


How to set database to be read_only in ms sql server?

0 Answers  


What is the basic functions for master, msdb, tempdb databases?

2 Answers   CSC,


can any body tell me how to know the password of current user in sql server

0 Answers   Crea, HCL,






how to find 6th highest salary

0 Answers   Chetak Logistics,


What is difference beteen Migration and Upgrdation?

7 Answers   Satyam,


write the query for taking database restore in sql?

2 Answers  


How can you append an identity column to a temporary table?

0 Answers  


What are the different subsets of sql?

0 Answers  


How many types of system privileges are there, Can we add or delete privileges?

2 Answers  


How to create function without parameter in sql server?

0 Answers  


Categories