Due to disk space crunch secondary database had gone into not synchronizing mode and it remained into that state even I reclaimed the space. Tried below command and it worked.
DBCC traceon(3605,-1)
ALTER DATABASE yourDB SET HADR RESUME
Posted by Pramod Singla on August 1, 2016
Due to disk space crunch secondary database had gone into not synchronizing mode and it remained into that state even I reclaimed the space. Tried below command and it worked.
DBCC traceon(3605,-1)
ALTER DATABASE yourDB SET HADR RESUME
Posted in DBA | Tagged: Always on, dba, HADR not Synchronizing, secondary database not healthy | Leave a Comment »