Linked tables between discrete Cache databases
Is there a way to use linked tables between 2 discrete Cache databases or is linked tables just for access to an external RDBMS?
David
Discussion (1)0
Comments
There are far more efficient ways to do that.
- Move tables you want shared into a separate Namespace with separate Code/Data databases.
- Map your data and code into original namespace.
- Verify that it all works as expected. So far it should work as before.
- Create a mirroring configuration.
- Add 2 created databases to the mirror configuration.
- Add second server as a DR mirror.
- Move databases to a DR mirror and mount them there.
- (Optional) Create a namespace with 2 mirrored databases.
- Add desired mappings on a second system.
Docs.