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

Explain database normalization?

0 Answers  


Explain how dts is used to extract, transform and consolidate data?

0 Answers  


How do we know if any query is retrieving a large amount of data or very little data?

0 Answers  


How to create a store procedure with encryption?

0 Answers  


1.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?

0 Answers  






How many partitions a clustered index has by default in sql server 2012?

0 Answers  


What are the steps you will take to improve performance of a poor performing query?

1 Answers   HCL,


how to insert the values in 5 table at a time Using any single statement ?

6 Answers   Infosys, Value Labs,


how to find 6th highest salary

0 Answers   Chetak Logistics,


You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?

0 Answers  


Explain about link server in sql server?

0 Answers  


Why use identity in sql server?

0 Answers  


Categories