I am having an issue where a Transform request from the SAP BO ETL tool Data Integrator is creating additional SQL to the DBC (examples below). We are using the native bulk load option (insert/select) via ODBC connection. I want to eliminate the additional SQL's that are being generated. Is there an option/setting in ODBC or Data Integrator that anyone knows of that generates these types of addiotnial overhead SQL? It is causing unnecessary resource utilization. Anyhelp is appreciated.
Thanks,
Dennis
- HELP SESSION
- HELP TABLE "mdm_nc"."NC_STANDARD_0007_MAP"
- SELECT TRIM(TRAILING FROM COLUMNNAME) FROM DBC.COLUMNS WHERE UPPER(TRIM( TRAILING FROM COLUMNNAME )) LIKE UPPER(TRIM(TRAILING FROM 'SOURCE_CODE')) ESCAPE '\' AND UPPER(TRIM(TRAILING FROM DATABASENAME )) LIKE UPPER(TRIM(TRAILING FROM 'MDM_NC')) ESCAPE '\' AND UPPER(TRIM(TRAILING FROM TABLENAME )) LIKE UPPER(TRIM(TRAILING FROM 'NC_STANDARD_0007_MAP')) ESCAPE '\' GROUP BY COLUMNNAME ORDER BY 1
Forums: