Creating DDL SQL Update Scripts to migrate Relational database schema  


back   home


1. Right click the 'Relational Model Data' node in the Project Explorer or Catalog Explorer and select Generate Database Schema Update Script (DDL SQL) from the context menu.
Generate Database Schema Update Script
2. This will bring up the Code Generation Configuration dialog to guide you through the DDL SQL script creation process of exporting a create/update script.
Configure the code generation process
3. Examine the generated script and make modifications if required. Afterwards, run the script on the relational database you have chosen to work on.
 

next step
  Generate source code