Have you ever had a strategy that has only one DB object yet when run would issue two different SQLs?
I know it is very hard to believe but this is exactly what is happening! And we are not talking about the same SQL executed twice. We are talking about an older version of DB Lookup SQL that used ot exist before being replaced by a new one suddenly being brought back to life, even though it is nowehere in the strategy itself!!!
I had a SELECT statement in my strategy which I later replaced by PROCEDURE and you have guessed it, I have both SELECT and PROCEDURE executed by URS even though I can only see PROCEDURE in the strategy now. I tried deleting DB object, and recreating it, but it would not go away. Now I am forced to recreate the whole strategy!
6.5.101.04 is the version.
Anyone else?