Dear all, one of my nodes is read-only although I am querying AG and it states primary and secondary as usual.
SELECT d1.[name]
FROM sys.databases d1
where d1.state_desc = 'ONLINE'
We usually have both nodes available. might I do failover now?
Thanks in advance,