Viewing 7 posts - 1 through 7 (of 7 total)
(you have remote error disabled so I have no idea what the error is).
Sorry, but that's out of my control as far as I know.
In any...
February 8, 2017 at 9:04 am
February 8, 2017 at 8:29 am
February 8, 2017 at 8:06 am
Try using And (TS.Skill In (@TS) or NULLIF(@TS, '') IS NULL)...
February 3, 2017 at 8:15 am
I'm not sure what your expected result is supposed to be, but I hope this helps you out.
WITH A AS (
SELECT TextID, TextLine
, PARSENAME(CASE CHARINDEX('%', TextLine)
...
January 4, 2017 at 10:10 am
Question: Is there an performance advantage to using the "simple" case over the "searched" case?
April 21, 2016 at 9:41 am
Viewing 7 posts - 1 through 7 (of 7 total)