views:

87

answers:

2

The idea of "rails migration" is awesome and I'm going to use this way in my coming new project on .NET platform for db schema version control.

MigratorDotNet seems like something I need but some limitations block me, such as no stored procedure support. Are there any better solutions for that?

A: 

Did you ever find a "market leader" for this? Some googling shows that there are several options, but its tough to find one that's not half-baked, no longer supported by the community, etc.

Let us know if you find one.

+1  A: 

There's a similar question, which incidentally shows up as one of the top google results (wooo, gogo stackoverflow!) with a nice roundup in the top scoring post:

http://stackoverflow.com/questions/313/net-migrations-engine

Erik van Brakel