sql server not responding

  • SQL server became slow before I ran exec sp_updatestats

  • aman wrote:

    SQL server became slow before I ran exec sp_updatestats

    Is this a blog post, or are you hoping for a response?


  • aman wrote:

    SQL server became slow before I ran exec sp_updatestats

    This would be the expected behavior - is there a question?

    Jeffrey Williams
    “We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”

    ― Charles R. Swindoll

    How to post questions to get better answers faster
    Managing Transaction Logs

  • If this is a question, then it’s possible outdated statistics were affecting query performance. However, the real issue might not just be statistics. Сheck wait stats using to see if there’s a bottleneck (CPU, IO, or blocking). Also, monitor active queries to spot long-running transactions.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply