Viewing 15 posts - 1,366 through 1,380 (of 8,731 total)
Would this work for you?SELECT *, CAST(CAST(String AS XML) AS VARCHAR(MAX))
FROM (VALUES('Hello all! How Are you ?:'))x(String)
April 19, 2017 at 11:26 am
April 19, 2017 at 7:04 am
April 18, 2017 at 12:33 pm
It seems like everyone is checking for the existence of the comma to get the portion of the string. I'd rather make sure that there's at least a comma in...
April 18, 2017 at 10:13 am
April 18, 2017 at 9:32 am
April 18, 2017 at 9:20 am
April 18, 2017 at 7:40 am
April 18, 2017 at 7:15 am
April 18, 2017 at 7:04 am
April 18, 2017 at 6:30 am
April 17, 2017 at 10:54 am
SQLRNNR - Friday, April 14, 2017 10:55 AMManiac
Pyromaniac
April 14, 2017 at 11:29 am
Viewing 15 posts - 1,366 through 1,380 (of 8,731 total)