Alwayson DB issue

  • I have a database that says 'synchronized / pending recovery' which is causing issues with the application. I am also not able to access any of the 'properties'.

    Any ideas how to fix?

  • This fixed the issue:

    ALTER DATABASE 'DATBASE NAME' SET OFFLINE WITH ROLLBACK IMMEDIATE

    ALTER DATABASE 'DATBASE NAME' SET ONLINE WITH ROLLBACK IMMEDIATE

    Shelley

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply