I have a c# console application that will look at either one or two databases and either generate a complete build script or a diff script (alter table xx drop column yy stuff). I also have a second one for the data, in case you want to synchronize the data between them (works great for meta-data tables). You can even sync between Oracle and SQL and SQLite, etc...
I have a c# console application that will look at either one or two databases and either generate a complete build script or a diff script (alter table xx drop column yy stuff). I also have a second one for the data, in case you want to synchronize the data between them (works great for meta-data tables). You can even sync between Oracle and SQL and SQLite, etc...