HelloWe had to failover our primary db server for maintenance to our secondary replica. The primary was rebooted during maintenance.We failed back after the maintenance and one of the databases is not synchronizing. I checked sys.dm_hadr_database_replica_states, and it is showing that it is INITIALIZING.It has been in this state for more than 45 mins now. The last_sent_time, last_received_time, last_hardened_time and last-redone_time are all stuck with a time stamp 45 mins ago.They haven't changed. How do i resume this database and bring it back in sync?I tried suspending and resuming the data movement, but hasn't helped.Please advise.thanks
↧