Viewing 15 posts - 7,201 through 7,215 (of 10,144 total)
GilaMonster (10/12/2010)
October 13, 2010 at 2:09 am
Paul White NZ (10/12/2010)
WayneS (10/12/2010)
I think instead of clearing the fog, we've managed to make it denser. :w00t:
Ah I see that thread is fully doomed now - Chris Morris has...
October 13, 2010 at 2:03 am
Paul White NZ (10/12/2010)
Gianluca Sartori (10/12/2010)
Or, like me, question everything he pretends to know! 😛While I'm messing with your head, how about this:
"LIKE is not SARGable".
It really isn't 🙂
I'm going...
October 12, 2010 at 10:15 am
Ray K (10/12/2010)
WOTD: anniversary! (married eight years today!)
Continuously? To the same person? Well done Ray. Happy Anniversary!
October 12, 2010 at 7:20 am
Check again - looks like it's failing on business rather than email.
October 12, 2010 at 7:16 am
Grant Fritchey (10/12/2010)
Brandie Tarvin (10/12/2010)
Paul White NZ (10/11/2010)
Jack Corbett (10/11/2010)
$3k is about right at this point. You can do it for less by finding a cheaper hotel and roommate.
A...
October 12, 2010 at 7:01 am
See Cross Tabs and Pivots, Part 1 – Converting Rows to Columns[/url]
and Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs[/url].
October 12, 2010 at 5:23 am
george sibbald (10/11/2010)
WayneS (10/10/2010)
Any suggestions on good, inexpensive, close places...
October 12, 2010 at 2:34 am
TheSQLGuru (10/11/2010)
October 11, 2010 at 8:15 am
ta.bu.shi.da.yu (10/11/2010)
However, I'm interested... if you do this on a large dataset, what does the execution plan...
October 11, 2010 at 5:54 am
Brandie Tarvin (10/8/2010)
Chris Morris-439714 (10/8/2010)
Brandie Tarvin (10/8/2010)
Grant Fritchey (10/8/2010)
what is it we do for work again?Work is a four letter word. My mother taught me to behavior better than that.
Behaviour,...
October 8, 2010 at 8:58 am
CirquedeSQLeil (10/8/2010)
Brandie Tarvin (10/8/2010)
Grant Fritchey (10/8/2010)
what is it we do for work again?Work is a four letter word. My mother taught me to behavior better than that.
So now you have...
October 8, 2010 at 8:51 am
Grant Fritchey (10/8/2010)
Jeff Moden (10/8/2010)
The Dixie Flatline (10/7/2010)
October 8, 2010 at 8:28 am
SELECT
COALESCE (dZ_Field1 + CHAR(13) + CHAR(10), '') +
COALESCE (dZ_Field2_A + CHAR(13) + CHAR(10), '') +
COALESCE (dZ_Field3_A + CHAR(13) + CHAR(10), '') +
COALESCE (dZ_Field3_A + CHAR(13) +...
October 8, 2010 at 7:07 am
Or this, which works on the raw data i.e. before the first aggregation step:
SELECT
d.kunnr,
d.zterm,
d.cnt
FROM (
SELECT
g.kunnr,
g.zterm,
g.cnt,
rn = ROW_NUMBER() OVER (PARTITION BY kunnr ORDER BY zterm, cnt DESC)
FROM (
SELECT
kunnr,
zterm,
cnt...
October 8, 2010 at 2:29 am
Viewing 15 posts - 7,201 through 7,215 (of 10,144 total)