Book a Demo

Author Topic: Create Table w/DBO  (Read 2366 times)

saiine

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Create Table w/DBO
« on: May 28, 2011, 04:44:24 am »
Is there a way to have EA natively precede the table names in the create statement script it generates with [dbo]?

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Create Table w/DBO
« Reply #1 on: May 30, 2011, 09:20:52 am »
Set the owner for the table via a tagged value:
http://www.sparxsystems.com/enterprise_architect_user_guide/8.0/modeling_languages/settableowner.html

Then make sure you enable "Generate Table Owner" on the Generate DDL dialog.

HTH.