✏️ Explanatory Question

What is the difference between Index and Index hint?

👁 115 Views
📘 Detailed Answer
115
Total Views
10
Related Qs
0%
Progress
💡

Answer with Explanation

What is the difference between Index and Index hint?

Adding the "index" statement to an Axapta select, it does NOT mean that this index will be used by the database. What it DOES mean is that Axapta will send an "order by" to the database. Adding the "index hint" statement to an Axapta select, it DOES mean that this index will be used by the database (and no other one).