Viewing 10 posts - 1 through 11 (of 11 total)
Thanks Lowell!
I just couldn't 'see' that 2 spaces in ' %'. My mind just keep getting stuck in Patindex, Reverse and Rtrim.
It was just a matter of 2 spaces...
October 17, 2007 at 8:46 pm
Thanks for all the replies.
John, I meant Memo field as a text column.
From what I saw in the replies so far, there is no way to do a query to...
October 17, 2007 at 6:32 pm
Yes. Only if it ends with ABC would it then be correct.
However, I have some problem trimming a Memo field. RTrim does not accept a Memo field and I m...
October 17, 2007 at 3:55 am
That won't work. My 2nd Example will still match. Anyway, Patindex don't accept Memo field. and doing '%ABC' will still consider as a match for 2nd Example also.
October 17, 2007 at 3:40 am
I googled those as well... I got my server people to do the latest patching. What I m not certain of is why does this error occur now. If it...
September 20, 2007 at 3:06 am
Hi Peter,
Thanks for replying. I think I had a typo up there.
Newbie here, what do you mean by statistics?
Chee Hwee.
September 20, 2007 at 2:11 am
Yes, performance is also not ideal. However, thats not a concern at this point of time yet. This query is not executed frequently.
I wish I had the code that construct...
September 3, 2007 at 2:11 am
Hi Christopher,
I don't think that was the case. I can control the number of values in the dynamic sql string. Once I reduce the parameter in the IN clause by...
September 3, 2007 at 12:47 am
Hi,
Looks like I found the answer myself... But just in case anyone needs this info, you can go into msdn subscription and login with your passport... Then download the...
June 15, 2007 at 12:43 am
I see... But it is strange that when i used the SQL Query analyser, I got results with no duplicates. But if I execute the query through ODBC, I received...
June 17, 2006 at 7:36 am
Viewing 10 posts - 1 through 11 (of 11 total)