CapsuleCorpJX
IS-IT--Management
lets say I have an application that accesses two databases (or schemas/regions):
TEST1
TEST2
Is there a way to set the default database to BOTH of those regions? Say if I execute a macro, Teradata will automatically determine where the macro is found, and execute it:
TEST1.macro1
TEST2.macro2
"EXEC macro2"
translates to: "EXEC TEST2.macro2
TEST1
TEST2
Is there a way to set the default database to BOTH of those regions? Say if I execute a macro, Teradata will automatically determine where the macro is found, and execute it:
TEST1.macro1
TEST2.macro2
"EXEC macro2"
translates to: "EXEC TEST2.macro2