Viewing 15 posts - 7,936 through 7,950 (of 8,416 total)
Roy Ernest (5/13/2009)
This is still alive? I thought this thread was dead and buried.
Yep. Dead and buried under a pile of pork chop bones 😉
May 13, 2009 at 3:27 am
anu1krishna (5/12/2009)
pls its very urgent
Hey,
Have you considered the possible benefits of having a go at these (presumably homework) questions?
Sure posting on here and kicking back may seem cool, but how...
May 13, 2009 at 12:39 am
Hey Dean,
Could post a brief snippet or two to illustrate the similarities and differences between the queries please?
There are a number of options here, but most depend on how similar...
May 12, 2009 at 11:22 pm
RBarryYoung (5/12/2009)
There are only three non-printable control-characters allowed. Guess which three they are? 🙂
ROFL! :w00t:
May 12, 2009 at 11:17 pm
Jeff Moden (5/12/2009)
I'm finally going to break down and buy a laptop...
Any budgetary constraints Jeff?
If I win the lotto this weekend, I know which one I would buy.
(NZ) $17,500 is...
May 12, 2009 at 11:07 pm
UMG Developer (5/12/2009)
May 12, 2009 at 11:02 pm
UMG Developer (5/12/2009)
Non-printable characters blow which method up? They appear to work just fine with the method I used. (For CR, LF, and TAB anyhow.)
Try embedding CHAR(11) or CHAR(27).... 😛
[font="Courier...
May 12, 2009 at 10:17 pm
UMG,
So is the parallel tally fast enough for you? Seems fairly reasonable to me.
Try: exec sp_configure 'clr_enabled', 1; reconfigure;
...some day 🙂
It's that hard.
Paul
May 12, 2009 at 10:06 pm
How many points for: http://www.youtube.com/watch?v=AM_fpspCq2c
May 12, 2009 at 7:26 pm
Jeff Moden (5/12/2009)
If anyone knows what the ".VALUE trick" that UMG was talking about is, I'm all ears, thank you. :w00t:
I believe he is referring to the (...FOR XML PATH('')).value('./[1]')...
May 12, 2009 at 7:16 pm
TheSQLGuru (5/12/2009)
>> T-SQL UDFs always generate a serial plan.Is that for SELECTs or just for modification queries?? Got any reference for that statement please?
All T-SQL UDFs under all circumstances...
May 12, 2009 at 7:14 pm
Jeff Moden (5/12/2009)
Paul White (5/12/2009)
Jeff Moden (5/12/2009)
It pays to be polite and clear to people in all walks of life whether you expect to gain knowledge from them or not.
Oh...
May 12, 2009 at 6:49 pm
Do you get parallelism with Jeff's solution? I would think that would help a lot.
T-SQL UDFs always generate a serial plan.
(CLR UDFs don't - unless defined with a MAX...
May 12, 2009 at 9:09 am
Viewing 15 posts - 7,936 through 7,950 (of 8,416 total)