Hi,
We have small data warehouse with 26 tables, after ETL process we would like to load data into Staging table with I, U & D flag for insert, update and delet flag with each record in Staging tables.
Now my question is what is best/optimal method to load data from staging table to live tables?
I been told to use SQL statements to load data as utilities are not allow at this organization.
Is thee way to do Mass update and Mass Insert using SQL to load data? How?
Thanks in advance for your help,
Ree