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.

DevOps Process Improvement Course

However chaotic or predictable your DevOps processes currently are, the new video learning pathway from the Redgate University will help you prioritize what to improve first, provide step-by-step guidance on how to implement those improvements, and show you ways to measure them.
The post DevOps Process Improvement Course appeared first on SQLServerCentral.

Azure Function and User Assigned Managed Identities

Let’s talk about authentication between Azure Functions and resources used by Azure Functions and conclude with many poorly documented secrets about how to use User Assigned Managed Identity.
The post Azure Function and User Assigned Managed Identities appeared first on SQLServerCentral.

A Version Control Strategy for Database DevOps

This article explains step one: migrating our monolithic, centralized repos to Git, then implementing a Release Flow branching strategy for parallel development work streams, and a Pull Request workflow to control an automated build and release process.
The post A Version Control Strategy for Database DevOps appeared first on SQLServerCentral.