Book a Demo

Author Topic: Generating a data model.  (Read 12367 times)

saiine

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Generating a data model.
« on: March 05, 2014, 10:32:23 am »
Is it possible to import SQL 2010 create table scripts to generate a data model schema?

If so, can someone be so kind as to post a tutorial.

Thanks!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Generating a data model.
« Reply #1 on: March 05, 2014, 10:34:40 am »
You can't. Execute the create table and import the created schema. That works.

q.

Nizam Mohamed

  • EA User
  • **
  • Posts: 193
  • Karma: +1/-0
    • View Profile
Re: Generating a data model.
« Reply #2 on: March 06, 2014, 10:24:36 pm »
Not supported by default, but EA allows you to add support for importing custom languages.
So, depending on the extent of your usage, you can try including the grammar to import the DML scripts, you'd need the bnf for the same. Something like http://savage.net.au/SQL/ (NB - this only has the older versions thou)