Hello there,
I was wondering, if it is possible to adjust the file name for DDL scripts according to the object type.
E.g. I have a table "Product" and I would like to have the script name to be "Product.table_create.sql
If I have a view "Product" I would like to have the script name to be "Product.view_create.sql"
We're using the Teradata V14 DBMS Resource File.
I wish I could just adjust the constant ScriptExt within the Teradata DBMS Resource File (Script -> Sql -> File) to something like "%OBJECTTYPE%_create.sql" But unfortunately that does not work.
Am I simply using the wrong variable? Or does it not work that way at all? Does anybody have a suggestion?
Thanks in advance!
Best Regards
Dortje