I have the following scenario: We have stored procedures which compare our developement database to our customer databases and tell us, what the difference is (so, what we h
In Visual Studio 2010 Database projects you can add a "Schema comparisson" file. You simply point to a "source" database and "target" database and the system automatically finds any differences and can also generate the necessary sql code to update the target database.
There might also be some freeware database comparisson tools available that might be able to do the same thing ...