Author Topic: How manage changes between model and database?  (Read 1740 times)

masoud farahani

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How manage changes between model and database?
« on: June 17, 2008, 06:58:09 pm »
Hello,
I use EA 7.0.813 to build a database diagram. after that I use "Generate DDL" command to generate my data model scrips, and run that scrips in SQL Server2005. Then I develop applocation over that database and insert some records to some of tables. after many days my model needs to change, therefor I add some fields to some of tables in old model and rename some fields. My problem is that how could I transfer changes to my SQL server database without losting old tables and its data?
regards..