SQL Database writes suddenly slow.

R 0 Reputation points
2025-04-29T11:53:57.68+00:00

Writing to SQL Server Database has suddenly become very slow since April 26th 2025.

Everything is run on premise within the same region. Nothing has changed on our end.

Writing tasks that once took 11 seconds now take 3 minutes.

Writing tasks that once took 10 minutes now take 9 hours!

Have tried to scale the instance up, but I still achieve exactly the same performance.

DTU doesn't pass 25% either. So I don't think instance type is the issue.

User's image

What can be the cause of this?

SQL Server Database Engine
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Haris Rashid 81 Reputation points
    2025-12-01T17:16:12.76+00:00

    It is likely to be a query issue. Check the query used to write/insert records. There is a panel in azure that will show the performance of query. Also check if you are using elastic node in which case there might be a limitation setting.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.