Viewing 15 posts - 41,086 through 41,100 (of 59,069 total)
C# Screw (11/19/2009)
Hi folks,Well this is the 'last post' from me but this is what things look like if there are no double spaces in the data at all:
First, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2009 at 6:39 pm
CirquedeSQLeil (11/18/2009)
/*
Pouring through the code
of a cursor based stored proc
Making it set-based
Eating a Pork Chop
Set-based procs we...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2009 at 10:36 pm
Thanks Paul. I found a good one... probably one of the ones that you would have pointed out.
http://msdn.microsoft.com/en-us/library/ms189087.aspx
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2009 at 7:08 pm
Gianluca Sartori (11/16/2009)
rigid languages such as Java simply don't allow crap.
BWAA-HAA!!!! Someone please tell some of the folks I used to work with that!:-P
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2009 at 6:09 pm
Paul White (11/18/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2009 at 1:20 pm
vliet (11/18/2009)
Thank you so much for posting this solution! We will apply your method in a SSIS Derived Column Transformation on data coming from raw files. This data needs...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2009 at 1:15 pm
Michael Meierruth (11/18/2009)
declare @s-2 varchar(8000)
set @s-2 = '*' +...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2009 at 12:55 pm
C# Screw (11/18/2009)
as promised : all tests combined SQL & CLR
Beginning execution loop
Batch execution completed 10000 times.
SQL:Looping
2536
SQL: using ||*9*9||
6310
SQL: Jeffs single char
2916
CLR: looping
453
CLR: Not looping using ||*9*9|| technique in...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2009 at 12:45 pm
Heh... reminds me of an old joke...
What's the difference between being loyal to a company and being committed to a company?
.... think "Ham and Eggs"....
... the chicken was loyal...
... the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2009 at 11:25 pm
Sorry I didn't have an answer for your previous question, Mac. I sure do appreciate you posting the URL that sorted it for you, though. Thanks for the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2009 at 11:18 pm
sjsubscribe (11/16/2009)
GSquared (11/13/2009)
Microsoft has it on their "Will be required in a future version", but doesn't have a date on it yet.
Semi colons are already a requirement for certain idioms...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2009 at 11:14 pm
Martin Butcher-415798 (11/13/2009)
Jeff Moden (11/12/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2009 at 10:58 pm
Matt Miller (#4) (11/17/2009)
Truly awesome solution once again! The rewrite is even better than the original.
...
Just wanted to pass this little redirection to you. ( sorry -...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2009 at 10:52 pm
Weeellllll.... that took a bit (a LOT!!!) longer than I thought. I'll try to get to some of my own testing on some of your contributions tomorrow night.
I've got...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2009 at 10:35 pm
Sorry for the delay in my responses to all of this. Heh… you folks look like you had fun without me, though.
I’ll split this response in two… first, my...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2009 at 10:27 pm
Viewing 15 posts - 41,086 through 41,100 (of 59,069 total)