The document discusses best practices for putting databases under source control. It recommends (1) checking in database schemas, reference data, and migration scripts into source control for revision history and merge conflict resolution. It also recommends (2) implementing continuous integration and deployment pipelines to automate database builds and deployments from source control to target environments. Key tools mentioned include SQL Source Control from Redgate for source control and SQL Compare/Data Compare for schema and data synchronization.