Hello,
I’m evaluating your Advanced ETL Processor Professional product, and I’m trying to set up what seems to be a simple ETL operation but I can’t figure out how to do it.
I need to take records from a SQL view to populate a SQL table. In addition, I need to run a stored procedure one time to get a single “Run ID” value. I will use the “Run ID” value to populate an additional column for each destination record. In other words:
Source:
View column A
View column B
View column C
<results of “get run ID” stored procedure>
Destination:
Table column A
Table column B
Table column C
Table column “Run ID”
The logical way to accomplish this from my perspective would be to run the stored procedure first, save the result in a package variable, and then run the ETL, specifying the variable value as the column value in the destination. However, I’m not sure how to implement this using your product.
Any help you can provide is appreciated.
Thanks,
David