relating to this msdn sample I've build a application which generates the database from a model. Now I think about the fact that I have a filled database and don't want to drop all tables because of the losing of my data. Is there a possibility to generate a "alter table" version of thequery instead of a "drop table" version?
regards Chris