Viewing 15 posts - 46,261 through 46,275 (of 59,095 total)
Peso (12/31/2008)
SELECTMAX(SIGN(col1)),MAX(SIGN(col2)),
MAX(SIGN(col3))
Simplicity personified.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2008 at 7:00 am
Tom.Thomson (12/31/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2008 at 6:58 am
Jeff Moden (12/31/2008)
ta.bu.shi.da.yu (12/30/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2008 at 6:04 am
ta.bu.shi.da.yu (12/30/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2008 at 6:01 am
Jay,
It's a bit of a misnomer... all single quotes must be turned into 2 single quotes... not actual "double quotes". And, start posting the actual query you used and...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2008 at 5:55 am
ta.bu.shi.da.yu (12/30/2008)
And Jeff's post is better formatted also 😛
Heh... 2nd formula turned out way shorter than the original... I get lucky like that.
NULL's format is a whole lot...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2008 at 5:52 am
Cool... I'll take a look. Thanks, Anzio.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2008 at 5:48 am
Jay Sapani (12/30/2008)
1. Update MyTemp Set DbfFileName = '2005.Dbf' ,TrExchng = 51
2. Update MyTemp Set MyKey = Str(TrExchng,2) + TrValNo + TrPtyCod + TrCurDt + TrPrdCod
These...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 10:01 pm
Heh... thanks, JayDeep. Falls into the ol' "Must look eye" category.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 9:43 pm
Jeffrey meant that if you give room for a mistake to happen, it will happen. You shouldn't make VARCHAR any bigger than necessary or you stand a chance or...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 9:41 pm
NULL has the right idea... just missing one second per week in the code. Using NULL's same idea, this is missing no seconds during the week...
SELECT *
...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 9:28 pm
Um... any business conducted during that one second missing out of each week? 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 9:20 pm
What the heck... no table design needed... just store it all in one big ol' nasty EAV and call it a day... just think how easy indexing will be. :P;):hehe:
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 9:03 pm
Let's have an instant replay on ol' helmut head spiking THAT ball... yep, there it is! A perfect 6 points, spiking the ball, and the ref didn't even call...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 8:44 pm
By the way... all that hooie about the view having to have explicit column names?... it's just that... hooie... a myth... a BOL error... That's IF the base tables...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 8:34 pm
Viewing 15 posts - 46,261 through 46,275 (of 59,095 total)