How to troubleshoot DB sync and MSSQL database failing in a failover configruation?
16th September 2020
Let’s tackle each error separately: “Query replication_state failed:…”: is the result of failure on “SELECT id, grp, query FROM replication_state ORDER BY id ASC limit 100”. This can be due …