Hi Appleby,
I am loading data from Stage Table to Final Table. Since stage table has some extra columns which are not present in the Final (Target) table am using cursor to dynamically populate the Select <columnlist> as per the table (given by user in input parameter).
With Load statement i can load the column table data into memory right? is it something like Loading data into table
i.e. instead of writing insert into Final Table ( Select <column list> from Stage table)
Can i use load? Can you please help me understand Load statement in a better way?
Can you share your email id. I may not be able to share the code in the forum.. or i will check if i can make the code a bit generic and post here.
Regards,
Krishna Tangudu