Viewing 7 posts - 1 through 7 (of 7 total)
I'm still learning the purpose myself (I've only been here for 6 months and this is a new process for me). Our company was kind of a garage-startup many years...
April 20, 2015 at 11:21 am
Wow, thanks Chris! I can't believe I forgot to N' the string. That single oversight fixed the entire routine.
Good information to know on the CHAR/Unicode/ASCII differences. I've never had to...
August 29, 2014 at 9:43 am
A little more testing and it looks like it might really be a collation issue. If I comment out the following, the return comes back as I expect.
SET @loop =...
August 29, 2014 at 9:14 am
ChrisM@Work (8/29/2014)
Have you tried using an SC collation? There's info here. Your ? might be the first of a surrogate pair.
I thought supplementary char collations were not in 2k8? When...
August 29, 2014 at 8:37 am
Unfortunately, converting to varbinary didn't work and neither did removing the nchar(0) start.
Also unfortunately, I do not have permission to run profiler in this particular case. It's a severely locked...
August 29, 2014 at 7:46 am
The script works fine and properly if I do not build a dynamic SQL input, but it also doesn't actually parse out the @Pattern prior to the PATINDEX in the...
August 28, 2014 at 2:53 pm
Basically, I think what is happeneing is that the dynamic SQL is evaluating '?' as one of my invalid characters, even though it's not part of my list. '?' is...
August 28, 2014 at 11:51 am
Viewing 7 posts - 1 through 7 (of 7 total)