Hi folks,
Can anyone please tell me how to force the optimizer to NOT use any cached execution plan for a particular query! I want to check this for a query from within the query analyser (I am aware I can put this query as a stored procedure with the "WITH RECOMPILE" option or even use DBCC FREEPROCACHE)!
Thanking you in advance for your replies.
LeopoldNjampa