July 24, 2018 at 10:24 am
July 27, 2018 at 7:52 pm
I didn't know there was a plain PARSE() function but it makes sense that it would also exist. Thanks for the detailed explanation.
I think a function that merits mention in the article is TRY_PARSE() (this is the function that I was familiar with). It's quite useful when you don't want data errors to kill your query or stored procedure, much like C#'s (data type).tryparse() functions!
July 30, 2018 at 1:34 am
Hi Stux,
Thanks for the feedback.
I'm working on a separate article for TRY_PARSE, should be available on SSC in the next month or two.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply