ReadyRoll Pro
用迁移脚本开发和部署 Visual Studio 中的数据库。
由以下开发商制作:Redgate Software
ComponentSource开始代理销售的日期:2005年
ReadyRoll brings Dev and Ops together, allowing users to develop and deploy SQL Server databases in Visual Studio with a migrations-based approach. It generates numerically ordered SQL migration scripts that sit inside your project and take your schema from one version to the next. You can add them to version control, use them to build and release, and automate database and application deployments, all in one process.

图像1/8
Migrate through schema versions with ordered scripts in Visual Studio.
Users define incremental migration scripts for each database change during development. At release time, these scripts form the building blocks for a full deployment script.
Because users make changes to both the application and database in Visual Studio, they can check in combined changes to version control. This establishes a single source of truth for application and database.
ReadyRoll also brings the review of changes...