Get The SQL Query of a report generated in SBM UI

Is it possible to get the actual SQL Query generated by SBM to display a specific report created using the SBM UI?

I tried the SQL Profiler, but I am wondering if I could use something else!

Thanks!

Parents Reply
  • 0   in reply to 

    Use Composer to identify the database name of the field in your query. For example, if it is WASINPROCESSAUDIT, then the resulting where clause would be roughly TS_WASINPROCESSAUDIT=?.

    If you can be more precise about your goal, I can try to comment further.

    Otherwise, you can resort to actual database tricks like SQL Profiler, tracing etc.

Children