• gheinze (12/18/2012)


    Hi all,

    I search a lot for this issue but I can't realize what happen.

    The case is, randomly (no very often, but last two weeks happend) we experiment problems with performance in one particulary index (dont know if there are more)

    We can see the performance issue becuase the query using the index is too slow (the table has 25 millon rows)

    The problem solves when we re-create the index, but i dont certally know if this is a problem of index corruption.

    For some reason we dont update statics (a month ago was last time)-

    We use SQL 2008 sp3

    1 - Could this be the reason of the index problem?

    2 - Is there any way to check why the query is to slow?

    Thanks for any help

    greetings from argentina!!

    Try updating your statistics. That is almost certainly why your performance jumps all over the place.

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/