>You need to prefix literals with ’N’, like this: N’привет' For the reference "Sql Server" silently converts characters to question marks, so the following yields T: select case when 'привет'='??????' then 'T' else 'F' end
Vladimir
>You need to prefix literals with ’N’, like this: N’привет' For the reference "Sql Server" silently converts characters to question marks, so the following yields T: select case when 'привет'='??????' then 'T' else 'F' end
Vladimir