Book a Demo

Author Topic: How to reverse-engineer DB schema from SQL Server  (Read 5965 times)

jaybright

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
How to reverse-engineer DB schema from SQL Server
« on: January 29, 2012, 01:26:33 pm »
Hi There,

Is there anyway to reverse-engineer graphical DB schema from MS SQL Server 2008 using EA? I'm using EA 7.5, which was released in 2009, but if necessary, I can upgrade to 9.x.

Thanks,

Jay



qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to reverse-engineer DB schema from SQL Ser
« Reply #1 on: January 30, 2012, 07:27:11 am »
No idea what you mean by "graphical" but you can build a class structure by importing a DB schema from MS SQL Server. No need to upgrade.

q.

jaybright

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: How to reverse-engineer DB schema from SQL Ser
« Reply #2 on: January 30, 2012, 11:26:30 am »
Thanks. It's pretty close to what I needed. Is it possible to build a data modeling diagram, which has tables, PK, FK, UK, their relationships, etc, by importing a DB schema from MS SQL Server?

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: How to reverse-engineer DB schema from SQL Ser
« Reply #3 on: January 30, 2012, 12:37:16 pm »

jaybright

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: How to reverse-engineer DB schema from SQL Ser
« Reply #4 on: January 30, 2012, 01:36:40 pm »
I tried the link, and it worked. Thanks a lot.