• Then why is it that regardless of session or db settings SQL90 returns "A A" for

    select 'A' + 'A'

    and

    select 'A ' + 'A'

    Is that because theres still a "table" involved albeit a temporary one and the "settings at creation" rule is being applied?