What is the option used to find out which index is used by Progress for a particular query?

Questions by Remasri   answers by Remasri

Showing Answers 1 - 12 of 12 Answers

inderjeet singh

  • Aug 31st, 2012
 

We can compile the code by using xref option

  Was this answer useful?  Yes

Gunasekaran

  • Feb 23rd, 2016
 

Step 1: Compile the code
Step 2: Take Xref
Step 3: In xref document we can find the which index is used by the term "search" associated with it.
Note: Never allow the code with whole index as it will take too much time for sorting. Always use primary and unique index.

  Was this answer useful?  Yes

subbu chowdary

  • Nov 11th, 2017
 

We can use XREF option to find out which index is being used by program .
SYNTAX : COMPILE save XREF

  Was this answer useful?  Yes

subbu chowdary

  • Nov 11th, 2017
 

We can use XREF option to check which index being used by query .
Syntax : COMPILE SAVE XREF .

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions