Transforming to an automated Database DevOps process

A Real-world Implementation of Database DevOps: People, Processes, Tools | Redgate (red-gate.com) For this implementation we will look at a team of professionals developing bespoke .NET solutions for their customers. Broadly, their ‘old’, manual database development, test and release processes looked like this. It used a shared development and test databases, a couple of ‘standalone’ … Read more

Collaboration (GIT & Repo)

Git and GitHub provide a collaboration space in which you all share the same repository of versions. The central repository on GitHub provides the “single source of truth” of the current version of the documents and files within the directory. You and your collaborators all work on local copies of that repository, committing your changes, … Read more