Viewing 9 posts - 1 through 10 (of 10 total)
Hi guys,
I've had to drop it to pick up something else but not before changing it to Jeff's intermediate solution with regards the WHILE loop. This made a difference....
February 5, 2010 at 2:25 am
Thank you very much Lowell. Just had a quick scan and although this is new to me I'm thinking it might be a possibility. About to sign off...
February 1, 2010 at 9:59 am
I can't say for sure but I'm fairly certain that even if it's in-house then getting it fixed at source won't be an option. :angry:
There is the possibility that...
February 1, 2010 at 9:49 am
The user data is input using a different application over which I have no jurisdiction. This is the reason we have gone this way. I could do inline...
February 1, 2010 at 9:32 am
Yes, thank you very much. That is exactly the route we have gone down by wrapping a function round each such field that converts. This was going to...
January 28, 2010 at 8:34 am
This is a cut down version of the code....
The parameters include the dynamically built WHERE clause and a few of the switches to determine whether to return a table or...
January 26, 2010 at 3:28 am
Well it's not that there are different COLLATEs for different columns; it's more that when the users run a SP there may be case sensitive fields that they are searching...
November 25, 2009 at 6:24 am
Bleurgh!!!!
Ok, thanks very much for your help.
Might try to add a COLLATE for each relevant column where we build our WHERE string.
Could be messy. :pinch:
November 25, 2009 at 6:09 am
Hi,
Thanks for that. I should have said that I had decide to use that Collation. My problem is whether or not it will fit into my SP...
November 25, 2009 at 5:58 am
Viewing 9 posts - 1 through 10 (of 10 total)