Viewing 9 posts - 1 through 9 (of 9 total)
Your REPLACE() was perfect except for the "space period" still resulted in a stop. Will have to find another character to go there (or just remove the period, that may...
May 14, 2021 at 6:49 pm
Ah, gotcha. That makes sense.
Any idea why this wouldn't pick up the pattern above then?
(CAST(CAST(sNoteText AS varchar(MAX)) AS VARBINARY(MAX)) LIKE '%0A2E0A%' OR CAST(CAST(sNoteText AS varchar(MAX)) AS VARBINARY(MAX))...
May 13, 2021 at 8:00 pm
I don't think that's all encompassing though. While terrible formatting, a new line, a period, and some text wouldn't lead to this problem. So I need a way to find...
May 13, 2021 at 6:13 pm
Any way to pick that up with a RegEx of some kind perhaps?
May 13, 2021 at 4:30 pm
Looks like my problem sequence (for now) is 0A2E0A. Not sure why the CHAR(13)+CHAR(10) sequence didn't pick it up and I can't get the VARBINARY(MAX) to pick it up either....
May 13, 2021 at 3:11 pm
So I've been trying to write a query for now to just detect this issue. The problem is the newline, period, newline sequence is appearing inside other text (it's a...
May 13, 2021 at 1:48 pm
Potentially. What suggestions do you have?
October 23, 2020 at 3:54 pm
I have reviewed that in detail and will be re-posting shortly. Thanks for the tips.
October 23, 2020 at 2:46 pm
In this third table, I'd be getting data for SubAcct='SUB1' AND for the value in the SQLClause column. So in other words, it has an Account and SubAcct column in...
October 14, 2020 at 6:40 pm
Viewing 9 posts - 1 through 9 (of 9 total)