This document discusses putting databases under source control as part of a DevOps workflow. It begins with defining DevOps and its goals of collaboration, automation, and rapid software delivery. It then discusses using a source control manager and continuous integration practices for databases. This allows development teams to work on database code in separate environments, track changes, automate testing and deployment, and maintain different versions of the database. The document recommends tools like SQL Source Control and Visual Studio Team Services and argues that source control can help development and operations teams work together more efficiently on database changes and releases.