Search code examples
sqlpentaho

Pentaho CDE: Is there a way to debug the sql command being executed?


I'm wondering if there is a way to debug the sql command that SQL Query component executes at runtime? I know placing a "console.log()" can debug components but SQL Query does not have an event to set the console up

Regards, Erick


Solution

  • I ended up debugging thru SQL Server Management Studio