I don't know about the UI, but you can try this from a query window:
USE master
go
ALTER DATABASE YourDB SET HADR RESUME
Not that I am sure that it will resolve the issue.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I've got a SQL HA failover Cluster with 2 nodes and 2 databases.
Node 1 should be the primary instance for db 1 and secondary for db 2.
Node 2 should be the primary instance for db 2 and secondary for db 1.
A failover occurred yesterday and right now node 2 is the primary for both databases.
However for (..some reason..) node 1 is currently 'Not Synchronizing' db 1 as shown in the HA dashboard.
I've read on the Microsoft help pages I should resume the data movement and that will fix it.
Unfortunately I only see the option to Suspend the data movement, so that seems fine.
Question: can I just suspend the data movement on node 2 (currently primary for db1) and then resume data movement without any issues?
Thanks,
Jack
I don't know about the UI, but you can try this from a query window:
USE master
go
ALTER DATABASE YourDB SET HADR RESUME
Not that I am sure that it will resolve the issue.