Database Schema Evolution

Published: 2013-08-18 by Lars  talkarchitecturedatabase

I recently gave a presentation for a client on how to manage database changes in a large development organization with multiple database systems, multiple databases and multiple applications. I talked about how you can streamline your database changes by versioning your database instances and your database schema, running database instances locally and implementing database changes using migration scripts based on database refactoring patterns.

Read the slides here:

Discuss on Twitter