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