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

Difference between uniqe index and uniqe constraint?

0 Answers  


What is the syntax for encrypting a column in SQL Server?

0 Answers   MindCracker,


What is partition index in sql server?

0 Answers  


State the difference between local and global temporary tables?

0 Answers  


What is the purpose of indexing?

0 Answers  






What functions can a view be used to performed?

0 Answers  


What does the automatic recovery do?

0 Answers  


Can I delete event logs?

0 Answers  


What is a non clustered primary key?

0 Answers  


Please give me the SP for the below scenario. I have two tables named Table1 and Table2...I need to fetch record by record from Table1 and insert the record in to table2 where the value in the sno column of the table1 is even number.

4 Answers   Value Labs,


does physical index sort data

1 Answers  


Explain for xml explicit mode?

0 Answers  


Categories