Hey there.
I'm looking for an App that will compare two databases and generate the appropriate scripts to upgrade one from the other (I'm using SQL Server 2008).
My scenario is that I've built a fairly basic CMS a while ago, and just recently added several new features. I'd like to upgrade the 3 or 4 existing websites to the new system, which requires updating the database.
Moreover, I'd like to know the "industry standard" way of doing DB updates and being able to auto upgrade when a new software version is released.
Thanks for the advice.