Skip to Content
0
May 20, 2020 at 11:37 AM

Dynamic creation of tables and data load in SAP BODS

966 Views

Hello experts,

I am trying to build a solution where we can dynamically create table structure from source to target and also load respective data through data services.

For example - the source (SQL server) has 1000 tables and we want to copy the same set of tables to the target system (Oracle). So avoiding to create job for each 1000 table manually , looking for a solution where a generic job can be created which can dynamically pick the table structure from source and create the same structure and load the data to the target system,