LucieLastic
Programmer
hi
Is it possible to generate the DDL for the table creation, ie, pure Create Table commands in one script and generate a separate DDL script which contains all the Create Index, Primary keys etc?
I have been generating the DDL with Right button click on the database name in Sybase Central, but that gives me everything, Create Table, index, constraints etc. I'd like to have the indexes etc separate as I want to create the tables, bcp loads of data in to them and then add the indexes, constraints and primary keys afterwards.
lou
Is it possible to generate the DDL for the table creation, ie, pure Create Table commands in one script and generate a separate DDL script which contains all the Create Index, Primary keys etc?
I have been generating the DDL with Right button click on the database name in Sybase Central, but that gives me everything, Create Table, index, constraints etc. I'd like to have the indexes etc separate as I want to create the tables, bcp loads of data in to them and then add the indexes, constraints and primary keys afterwards.
lou