SQL Server Always On-Secondary database is NOT Synchronizing

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

Leave a Reply

Your email address will not be published. Required fields are marked *