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

What is thr feature of change data capture?

0 Answers  


What are the different ways you can create databases in sql server?

0 Answers  


What do you mean by normalisation?

0 Answers  


Explain data warehousing in sql server?

0 Answers  


what is statistics

1 Answers  






what is raid and what are different types of raid configurations? : Sql server database administration

0 Answers  


How to add a new dsn with the odbc driver for sql server?

0 Answers  


what is a transaction? : Sql server database administration

0 Answers  


How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?

0 Answers  


What are the differences between DDL, DML and DCL in SQL?

0 Answers   ABB, Aspire, Infogain,


Explain atomicity?

0 Answers  


can any one post me, how to remove rows in the below table ENO ENAME EDEPT ELOC 3368 BPS BI Adayar 3371 RAN BI valachari 3369 SRI BI valachari 3372 jay BI Chn - - - - - - - -

2 Answers  


Categories