Hi all,
I am new to Data Manager.
I want to maintain an ETL reference table.
There would be four columns.
Division Number ,Distribution List,Last Run Date time,New Run date time.
I am not sure how to implement this ,
As soon as the ETL runs successfully i need to update The Last run date and the new run date columns.
How can this be acheived?
Typically via a SQL node in a jobstream, or a procedure node using an SQL() function.
Regards,
MF.