View Single Post

   
  #2 (permalink)  
Old 05-07-2008, 04:22 PM
cmcc cmcc is offline
Junior Member
 
Join Date: May 2008
Posts: 2
Default

It looks as though your server is enabled to use Abstract Plans. Is this your intention? Abstract Plans are used to override the query optimizer and force the use of a particular, previously generated optimization strategy. From the error you are getting, it appears that the query in question is being run under the abstract plan "associate" mode - which causes the AP to be used. You might want to examine why this mode is being used and consider turning it off.
Reply With Quote