Features
Development
Schema changes can be initiated directly within your local environment or shared SQL Server instance: add a column to your database, then import the table change into your project.
Deployment
Build your project once and deploy to each of your environments for consistent and predictable releases to Dev/Test/Stg/Prod.
Source Control
All ReadyRoll project assets are stored as T-SQL and can be committed to your existing source control system (via a Visual Studio provider plugin, eg. TFS, VisualSVN, VisualHG etc).
Migrations
Deployment scripts are first-class citizens of ReadyRoll projects and allow you to include migration logic of your own (eg. to update transactional data).
Tweets
Sunday, April 08, 2012
ReadyRollSQL: ReadyRoll 1.1.1109 patch available with sync performance improvements + bug fixes http://t.co/k0tOhLsy #sqlserver #deployment
Tuesday, April 03, 2012
ReadyRollSQL: ReadyRoll 1.1 is out today with side-by-side diff, cached builds and project extensibility! http://t.co/Wj7QXXeO #SQLServer #deployments