Continuous Integration for SQL Server Part II – Integration Testing
- by Ben Rees
My previous post, on setting up Continuous Integration for SQL Server databases using GitHub, Bamboo and Red Gate’s tools, covered the first two parts of a simple Database Continuous Delivery process:
Putting your database in to a source control system, and,
Running a continuous integration process, each time changes are checked in.
However…