Viewing 15 posts - 45,151 through 45,165 (of 59,095 total)
Derek Dongray (2/16/2009)
Take a rat. Drop it in a maze. If it takes the wrong path, it gets shocked. If it takes the right path, it gets...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2009 at 10:14 am
Bruce W Cassidy (2/15/2009)
Jeff Moden (2/15/2009)
Anything that won't even allow for more than a 30 character object name certainly isn't the most flexible of the two.
[font="Verdana"]Okay, now I have to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2009 at 9:58 am
Bruce W Cassidy (2/15/2009)
Jeff Moden (2/15/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2009 at 9:55 am
sumit-saini (2/15/2009)
SELECT id,
days,
days - COALESCE((SELECT max(days)
...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2009 at 9:38 am
400 Million rows? Consider partitioning that bad boy.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2009 at 9:07 am
I'm sure there's a better way than the code I modified to go from 2k to 2k5... I haven't nailed down all of the new system views that came with...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2009 at 8:44 pm
Nice job, but recursion is actually slower than a cursor.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2009 at 8:05 pm
Heh... simple... the software was the very fabric of their business {visibly and audibly gagging at the terrible pun} 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2009 at 8:02 pm
... and, no.... again, I don't need to know how to solve the problem... I've done it at least a half dozen times with the "running total update" and once...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2009 at 7:56 pm
Bruce W Cassidy (2/15/2009)
In a company that shall not be named for which I had the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2009 at 7:54 pm
GilaMonster (1/24/2009)
Jeff Moden (1/24/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2009 at 7:46 pm
So... are you saying a...
3' door is $500
4' door is $700
5' door is $900
6' door is $1100
???
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2009 at 7:38 pm
DateAdd or not, the op hasn't identified what happens when you exceed 59 minutes and 59 seconds. If the duration in seconds equals two days, should the answer still...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2009 at 7:32 pm
Lynn Pettis (2/9/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2009 at 7:27 pm
Perry Whittle (2/9/2009)
In Oracle RAC the distributed cache memory is shared between the cluster nodes and this offers...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2009 at 7:17 pm
Viewing 15 posts - 45,151 through 45,165 (of 59,095 total)