Hi,
We have two MS Dynamics CRM servers configured in two SQL servers, the solutions in both servers are same.
CRM Server 1 is for end users and keeps receiving new inputs, then:
what's the best way to synchronize the data in Server 2 with Server 1?
Our previous try, which is unsupported and incorrect, is to replicate the Server 1 SQL DB and bring it into Server 2 SQL DB (only replicate the DB for CRM data, not MSCRM_CONFIG). Since the organization ID is different in Server 2, Server 2 was down after this operation.
In this case, is there any way to save the Server 2?
The original Server 2 DB was gone and cannot be rollback.
Thanks in advance.