Book a Demo

Author Topic: How to get custom datatypes in DDL for SQL Server  (Read 1980 times)

hintz

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How to get custom datatypes in DDL for SQL Server
« on: January 14, 2010, 09:00:28 pm »
Hi,
I have defined custom datatypes for my DB-schema in SQL Server 2008. These datataypes have to be created by CREATE TYPE before any table can be created.

Is there any way to achieve the creation of datatypes prior to creation of tables in your DDL output?

Regards,
Torsten