Database migration
Discusses the automation & evolutionary database development
In my last post I discussed the automated management of an SQL server database. In the post I used the Tarantino database migration tool. Ben Scheirman recently has written an excellent post about some other tools that are also available for doing the job. Where the Tarantino migration tool uses TSQL scripts to do the migrations most of the other tools define the DDL in C# or Ruby. For reference I put here the list of tools mentioned in Ben's post Rails Migrations running on SQL Server ...