Search code examples
sql-server-2008nanttarantino

Any SQL Server 2008 Database Change Management (MIgrations) Tools Available?


We were running Tarantino in a Nant build script but we're getting some new hardware and using the opportunity to upgrade to SQL Server 2008. Unfortunately Tarantino won't work with SQL 2K8 so I'm looking for an alternative.

Any ideas?


Solution

  • Migrator.net is the tool I use with SQL 2008. It also has nant script capability. I suggest using the trunk version, rather than the 0.7 release as it's had some good, as yet unreleased changes.

    This roundup has other options. And there are few other similar questions here.