Viewing 7 posts - 1 through 8 (of 8 total)
Matt,
I work for Violin and if you want I can put you in touch with out UK resources?
August 6, 2012 at 7:03 am
It is odd, I suspect its a feature of operator precedence and datatype precedence. But I have no real proof yet other than it happens.
Thank You! For your...
July 2, 2008 at 4:01 pm
Maybe, but when I remove the org and user I get this:
select org,,last_name from #t1 with (nolock) where last_name like N'%????????????%'
|--Table Scan(OBJECT:([tempdb].[dbo].[#t1]), WHERE:([tempdb].[dbo].[#t1].[Last_Name]...
July 2, 2008 at 2:38 pm
heres the plan when it does not work, you can see that it converts the unicode value
select * from #t1 with (nolock) where last_name like N'%????????????%'...
July 2, 2008 at 1:58 pm
Thank!
Can I ask what version and sp you are running and what collation? I ran your test as well and it worked as expected on 2005 sp4. The...
July 2, 2008 at 11:00 am
They are int's and the last name is nvarchar
July 1, 2008 at 4:27 pm
Viewing 7 posts - 1 through 8 (of 8 total)