• Thanks for that. However, I'm not sure I understand its relevance. I haven't got an OR in a WHERE clause. What I'm comparing is

    If A Or B

    {Do something}

    with

    If A

    {Do something}

    If B

    {Do something}

    aren't I?

    Execution plans and wait types would be a bit tricky to get as (inevitably) we only saw the problem on a client's production server.