When using External Loads through SQL, several functions are required in order to complete the 3-step load process. Please note, this is a different process/procedure used to process Continuous Loads.This article covers the functions and parameters needed in order to execute them. For details on the load process, refer to our official documentation here.
GET_NEW_LOADIDfunction is used to generate a new load id. When executing, populate theValuecolumn with the correspondingData Location,Program Name, andUser Name.In SQL Server, the stored procedures are located in theProgrammabilitysection of the Repository database.


The returned value is the load id to be used when loading the SD or SA tables. The next step (not shown) is populating the SD or SA table with values, then using the SUBMIT_LOAD function.

2. SUBMIT_LOAD function is used to submit the load, after the SD or SA table has been populated. Use the Load ID generated in the previous step, along with the name of your Integration Job and the User.


Under the Management tab, we can see the new External Load with ID 12, along with the new Integration Batch with ID 10.
