Resolved Index on Dynamic Queries

Hi everyone, hope you all are well. :)

I have been trying to conclude that is it possible to check index on a dynamic query like we have XREF for static queries?

Please suggest.

Regards,
Rajat.
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
COMPILE XREF doesn't give you any info on dynamic queries, as you may already be aware. But you can use the QRYINFO log entry type to get some run-time information about the query; records returned, etc.

This is documented in the Debugging and Troubleshooting manual under log entry types.
 
Top