Book a Demo

Author Topic: Generate Alter DDL script only  (Read 1958 times)

shegi

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Generate Alter DDL script only
« on: June 18, 2009, 09:53:55 pm »
I have model and database. Database is crated based on model generated DDL script. If I change model, for example in Contact table add field Phone, varchar(50) is there any way to generate only script that differs model and database. In this example it will be:

ALTER TABLE Contact ADD Phone varchar(50) Null

Is there any way to generate this alter script?