Book a Demo

Author Topic: DDL generation for Sql Server 2005  (Read 2658 times)

sconrad

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
DDL generation for Sql Server 2005
« on: October 16, 2005, 02:34:32 pm »
Can the DDL generation be modified by the user? I'd like to create DDL for Sql Server 2005. I can create a new database type and create datatypes (to correspond to UDT's), but the generation of DDL is for another database.

If not, can I set this new database type to be based on Sql Server 2000? it seems to be based on something else. Again if not, when will 2005 support be available?

Steve Conrad

Oliver Michalski

  • EA User
  • **
  • Posts: 116
  • Karma: +0/-0
    • View Profile
Re: DDL generation for Sql Server 2005
« Reply #1 on: October 17, 2005, 02:19:54 am »
In the configuration menu under the menu option Database Datatypes you can also put on a new database as product

Oliver :)

sconrad

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: DDL generation for Sql Server 2005
« Reply #2 on: October 18, 2005, 09:57:03 am »
Oliver,

Thanks. I did that, and was able to add data types to the new product (SQL Server 2005), but the DDL generated was for some other database, and I could not find where the code generation is configured or generated.

My present work-around is to add the UDTs to SQL Server 2000, and that generates the correct code. But I will be missing out on other 2005 features.

Any other thoughts?

Oliver Michalski

  • EA User
  • **
  • Posts: 116
  • Karma: +0/-0
    • View Profile
Re: DDL generation for Sql Server 2005
« Reply #3 on: October 19, 2005, 04:26:21 am »
Hi,

You find the configuration options for code generation (ddl) in the Main Menu under Configuration - Transformation Templates

Oliver  ;)