Unable to connect to one or more Databases

  • Hi SQL Masters,

    I have a situation here regarding my supported two Databases, one of them is ABC Database and the other one is DAConfiguration.

    My problem here is that, when the ABC Database is in recovery mode status, the DAConfiguration Database is inaccessible, however, the status of DAConfiguration Database is "Online" when i execute the query below.

    select d.database_id, d.name, d.state_desc

    from sys.databases d

    where d.name in ('ABC','DAConfiguration');

    go;

    I am just thingking, if there is a relationship between the two of them.

    Can anyone would help me regarding my case?

    Your response is highly appreciated. 🙂

    Thank you

    -dev1.bohol@gmail.com

  • I don't think there is any relationship...

    Please post the error message.

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

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