Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

Status Shipped
Workspace Jedox Platform
Categories Other
Created by Guest
Created on Jul 2, 2019

ETL to send SQL commands

A lot of our data processing requires us to do a step in ETL, then in SSIS and then in ETL because ETL can't do things like trigger stored procedures, etc. It would make dataprocessing a lot smoother and easier to automate if ETL could trigger these processes and also send commands like "Update xyz where data = abc". Yes the last example can be done by first extracting the data and then sending a load back with a delete function, etc but it would be a lot more efficient to simply to send the update statement.
  • ADMIN RESPONSE
    Jul 2, 2019
    Is part of 6.0 roadmap. #19373
  • Guest
    Reply
    |
    Jul 2, 2019
    You can already run MS SQL Stored Procedures in Jedox ETL.
  • Guest
    Reply
    |
    Jul 2, 2019
    Like Robert Tischler said in his comment: Is this possible with Oracle SP's as well?
  • Guest
    Reply
    |
    Jul 2, 2019
    I think if you create a procedure that returns a table object, your chances are good in Oracle too.