Indexes in a sql query issue

We have a table that contains around 25,00,000 rows.The where clause is on month-year. Indexes in a sql query are picking up sometimes but the same query is not picking same indexes at different time
The query is picking up the index some times but the exactly same query is not picking those indexes when we checked later.
we have analyzed table,rebuilt index but it is still not picking indexes.
Is this behavior of indexes possible where the same index is getting picked up yesterday but it is not getting picked up today

Questions by anurag.tiwari_1986

Showing Answers 1 - 3 of 3 Answers

sofia

  • Sep 12th, 2014
 

Yes it is.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions