November 26, 2018 at 1:01 pm
Comments posted to this topic are about the item EmbeddedSplit8K
December 6, 2018 at 6:31 am
December 6, 2018 at 6:53 am
Sean Pearce - Thursday, December 6, 2018 6:31 AMYet another split function.....
While I do appreciate the effort, there are millions of these with extensive research on performance comparisons between the various options. This horse has been flogged to death.
EmbeddedSplit8K returns only chars delimited by two delimiter e.g. from the string 'Phone (123-45676) - Florida','(',')' returns only 123-45676
December 9, 2018 at 2:10 am
Carlo Romagnano - Thursday, December 6, 2018 6:53 AMSean Pearce - Thursday, December 6, 2018 6:31 AMYet another split function.....
While I do appreciate the effort, there are millions of these with extensive research on performance comparisons between the various options. This horse has been flogged to death.EmbeddedSplit8K returns only chars delimited by two delimiter e.g. from the string 'Phone (123-45676) - Florida','(',')' returns only 123-45676
Guess I didn't read it thoroughly enough. That's an interesting requirement though, surely that belongs in the presentation layer, although I suppose it may function in an ETL process. Why don't you write a little on how you are using this, it does sound interesting.
December 10, 2018 at 2:31 am
SELECT * FROM [dbo].[EmbeddedSplit8K]('ddd dd(d (12345) ee abcde)( ee )','(',')') --returns 12345 🙂
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply