Viewing 15 posts - 1,201 through 1,215 (of 2,038 total)
Lynn Pettis (4/29/2009)
Roy Ernest (4/29/2009)
April 29, 2009 at 2:33 pm
Jack Corbett (4/29/2009)
Florian Reischl (4/29/2009)
Luke L (4/29/2009)
April 29, 2009 at 10:59 am
Just a slight addition to Ken's (correct!) answer:
SELECT CONVERT(DATETIME, REPLACE('AUG 28, 2008@11:30:03', '@', ' '), 109)
CONVERT with style 109 ensures that the correct format is taken.
Greets
Flo
April 29, 2009 at 9:07 am
Luke L (4/29/2009)
Entirely too easy get to points for answering the QOTD instead of posting. Plus, there's no guarantee of the quality of any posts, just a number.-Luke.
Hi Luke
Seems...
April 29, 2009 at 8:32 am
Jack Corbett (4/29/2009)
Paul White (4/29/2009)
Aw, just be done with it and create your own internet!Flinternet? :blink:
Paul
Flonternet?
Which character is the delimiter?
😀
April 29, 2009 at 7:57 am
Sorry for the late feedback. I just tried your new CLR function. It works very good! The performance is alike my multi-character split method.
Thanks!
Flo
April 29, 2009 at 5:46 am
Bruce W Cassidy (4/28/2009)
April 29, 2009 at 4:38 am
Well, I think I keep the intend to write an/some article(s). 😉
April 29, 2009 at 4:26 am
Paul White (4/28/2009)
You're looking at a book!!!
... or maybe something equal to http://www.connectionstrings.com/.
What about http://www.splitstrings.com? For string splitting in all programming languages (including the specials and esoteric!) C#, TSQL, C,...
April 29, 2009 at 3:42 am
Paul White (4/28/2009)
Florian Reischl (4/28/2009)
April 29, 2009 at 3:15 am
A series of articles won't hurt. Then you can do a separate articles around performance of RegEx, best of breed CLR, best of breed T-SQL, etc.
Yes, I think it...
April 28, 2009 at 5:01 pm
Bruce W Cassidy (4/28/2009)
[font="Verdana"]You know? I am really looking forward to Flo's final article. :-D[/font]
Howdy Bruce!
Hold your horses 😛
I just don't think I can put all these information...
April 28, 2009 at 4:45 pm
Adam Machanic (4/28/2009)
April 28, 2009 at 1:49 pm
Paul White (4/28/2009)The point about the scalability is not so much about how much memory a single call would allocate, rather: consider many concurrent users executing the function...!
I'm currently doin'...
April 28, 2009 at 1:41 pm
Hi mister.magoo
As first thanks a lot for your invested time and your test results!!
mister.magoo (4/28/2009)
April 28, 2009 at 1:39 pm
Viewing 15 posts - 1,201 through 1,215 (of 2,038 total)