ELT MSSql components
tELTMSSqlInput | Adds as many Input tables as required for the most complicated Insert statement. |
tELTMSSqlMap | Uses the tables provided as input to feed the parameter in the built statement. The statement can include inner or outer joins to be implemented between tables or between one table and its aliases. |
tELTMSSqlOutput | Executes the SQL Insert, Update and Delete statement to the MSSql database |