I am not sure if the quary belongs to this forum but can anybody kindly explain to me, what is 'SQL Excution path' or what do your understand regading 'SQL Excution path'?
Many Thanks
Bravo
plumsauce
9:03 pm on Sep 18, 2003 (gmt 0)
If you are referring to MS/SQL the execution plan is the work plan that the sql optimiser has decided as being the best sequence of steps and combination of indexes for performing the desired task. (in a nutshell)
For further information see the BOL.
The concepts should be similar under DB2, Oracle, RDB.