Forum Moderators: phranque

Message Too Old, No Replies

SQL Excution Plan or Path

         

BravoTwoZero

10:15 am on Sep 18, 2003 (gmt 0)

10+ Year Member



Hi,

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)

WebmasterWorld Senior Member 10+ Year Member



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.

+++++