Hi,
is it possible to compare an Unicode column with a Non-unicode column into a where clause ? Does SQLServer is going to execute the implicite convert ?
select
....
WHERE table1.unicode_col = table2.non_unicode_col
Can you give me the URL from the BOL where I can find the answer ?
Thank you
calico