Book a Demo

Author Topic: Error in generated DDL for sql server 2000  (Read 2700 times)

tprohas

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
Error in generated DDL for sql server 2000
« on: August 09, 2004, 04:15:40 pm »
I have just downloaded and installed EA Build 734 and am stilling having this problem. When I generate DDL from my data model the resulting ddl is missing the owner name. This causes me to get code that won't execute.

Incorrectly generated DDL
ALTER TABLE [].[Addresses]

Corrected DDL
ALTER TABLE [dbo].[Addresses]

Does anyone know how I can fix this?

thanks,

Aaron

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: Error in generated DDL for sql server 2000
« Reply #1 on: August 09, 2004, 07:05:19 pm »
This is a bug which will be fixed hopefully for build 735.