views:

15

answers:

1

I am aware that you can generate create scripts to generate database objects, but I am looking a way to generate an update script that compares two different schemas (two mapping files).

That way I can provide my users with easy database updating from any version to the current version.

Thanks!

A: 

What you are looking for is Migrations. Have a look at the Fluent-Migrator project.

mxmissile