Dealing with Cross-Server Database Dependencies in Flyway Projects

How to tackle database development in Flyway when databases make cross-server references. The technique uses synonyms to represent the remote objects, and local ‘stub’ objects to overcome the problems caused by ‘missing references’ when building the individual objects.

The post Dealing with Cross-Server Database Dependencies in Flyway Projects appeared first on SQLServerCentral.

Click here to read the article