Book a Demo

Author Topic: Generating lookup table values through EA  (Read 2872 times)

saiine

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Generating lookup table values through EA
« on: May 03, 2011, 08:12:25 am »
All,

I am currently using EA as my primary data modeling tool and it's workin great. My situation is that I have a few dozen lookup tables with predefined values in them. Currently, I have to run the DDL script from EA and an additional script to load the data.

Is there a way through EA to specify the values of columns and have it generate a single script for both the structure and predefined values in tables when needed?

Thanks!