Chapter 11. Continuous database integration

This chapter covers

  • The basics of database CI
  • How Visual Studio helps you maintain the database
  • Database-level testing

We’ve spent the last 10 chapters discussing various parts of the continuous integration process. All these parts involve the source code, assemblies, or the actual application. But one part of CI is often overlooked and is just as important as the code and application. We’re talking about dealing with the database.

In this chapter, you’ll use Microsoft SQL Server. Even though the Northwind sample database no longer ships with SQL Server, you’ll use it because it’s well understood and has almost everything needed for the examples.

 

Note

All SQL Server sample databases are available ...

Get Continuous Integration in .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.