Share via

SQL 2016 HA Group stuck in Synchronizing

Joseph Vetro 0 Reputation points
2025-10-07T14:33:48.7333333+00:00

We have 2 SQL Servers in a SQL HA group for the past 7 years with no issues. We had a crash on the primary SQL Server and was able to get everything working again on primary. Now the secondary replica is in a "Synchronizing" state and has been for over almost 2 months.

SQL Server Database Engine

Answer recommended by moderator

Erland Sommarskog 134.1K Reputation points MVP Volunteer Moderator
2025-10-08T20:46:08.21+00:00

I'm looking at the topic for sys.dm_hadr_database_replica_states and I see this:User's image

So you would only see SYNCHRONIZED if the secondary has caught up with the primary. Which can be difficult if there is constant activity.

I look at my own AGs that I have here at home, and all my secondaries are SYNCHRONIZING, despite the primary databases all being idle. To note is that these are clusterless AGs and all replicas are asynchronous, so they can never be SYNCHRONIZED.

And maybe that is your issues: Your replicas are set up to be asynchronous?

Was this answer helpful?


0 additional answers

Sort by: Most helpful

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.