Viewing 15 posts - 691 through 705 (of 716 total)
I created a view and connected using Crystal Reports 10, and it didn't give me an errors. (I am using SQL Server 2005.)
I could try Crystal Reports XI if that...
May 13, 2009 at 5:52 pm
russ.thomas (5/13/2009)
May 13, 2009 at 5:34 pm
It always help if you provide sample code for people to work with here is a link to an article to help in the future: How to post data/code on...
May 13, 2009 at 11:48 am
Jeff Moden (5/10/2009)
I'm confused... why would you put over 4 million comments together only to break them apart again?
Jeff Moden (5/12/2009)
May 12, 2009 at 10:38 pm
Paul White (5/12/2009)
Try embedding CHAR(11) or CHAR(27).... 😛
Good to know, thanks! Lucky for me I don't have any of those bad characters in this data set. 🙂
May 12, 2009 at 10:27 pm
Paul White (5/12/2009)
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.
Yes, I think the tally...
May 12, 2009 at 10:14 pm
Paul White (5/12/2009)
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...
May 12, 2009 at 10:09 pm
Jeff Moden (5/11/2009)
May 12, 2009 at 9:58 pm
Florian Reischl (5/12/2009)
Here is the cursor I actually used in my tests. I compared it with all others but it seems to be the fastest.
No parallelism, processor stayed at 13%...
May 12, 2009 at 9:38 pm
Paul White (5/12/2009)
Do you get parallelism with Jeff's solution? I would think that would help a lot.T-SQL UDFs always generate a serial plan.
I've run into that before, and had...
May 12, 2009 at 9:59 am
Florian Reischl (5/12/2009)
Well, errmm... You need bigger hardware! 😀Seems to depend on the count of rows. I will inspect later today. Do you know how long the previous steps took?
Bigger...
May 12, 2009 at 9:02 am
Jeff Moden (5/11/2009)
May 12, 2009 at 8:57 am
Florian Reischl (5/11/2009)
Well, this brings up some more "fun"!I did some changes in my previous version. Give it a try:
Flo,
Thanks for that, I re-did it a little bit to handle...
May 11, 2009 at 9:03 pm
Jeff Moden (5/11/2009)
May 11, 2009 at 8:48 pm
Jeff Moden (5/11/2009)
UMG Developer (5/11/2009)
1 Line1|Line2|Line3
Heh... "Tab or whatever to separate fields"...
Please be very specific with no "whatevers"... What is the actual format of the lines/comments/other fields and what...
May 11, 2009 at 6:14 pm
Viewing 15 posts - 691 through 705 (of 716 total)