views:

114

answers:

1

I've been spoiled by ActiveRecords. So I'm on the lookout for migration system that can be applied to SQL Server, and either is executed as Java application, or a Win32 Executable. (Of course further compatibility with other DB's and host OS's is welcome.)

The real desire is having a clear schema change application with roll back, ideally in something nicer then SQL so it can be DB system agnostic.

The hitch I've found for alternatives that are Java based, is lack of clean support for the Microsoft JDBC.

Looking forward to any suggestions.

A: 

Check out Ben Sheirmans excellent post on the topic:

http://flux88.com/blog/net-database-migration-tool-roundup/

I tried Tarantino and it worked OK, but you're still locked to sql scripts for sql server.

/Anders