February 7, 2025 at 3:54 am
SQL server became slow before I ran exec sp_updatestats
February 7, 2025 at 7:31 pm
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
March 9, 2025 at 7:26 pm
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