Forum Replies Created

Viewing 15 posts - 691 through 705 (of 716 total)

  • RE: Rows into a single column without a cursor

    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...

  • RE: Rows into a single column without a cursor

    russ.thomas (5/13/2009)


    I'll add one more comment to this post for future forum users. I discovered that I had to have the database option "arithabort" set to 'ON' when using...

  • RE: Rows into a single column without a cursor

    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...

  • RE: Performance issue with tally solution

    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)


    Why not just use the rollup code I used in...

  • RE: Performance issue with tally solution

    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. 🙂

  • RE: Performance issue with tally solution

    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...

  • RE: Performance issue with tally solution

    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...

  • RE: Performance issue with tally solution

    Jeff Moden (5/11/2009)


    Once you recognize the "pattern", you don't need all the ancillary conditional data moves and deletes. The "pattern" is that if it's NOT a continuation line, add...

  • RE: Performance issue with tally solution

    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%...

  • RE: Performance issue with tally solution

    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...

  • RE: Performance issue with tally solution

    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...

  • RE: Performance issue with tally solution

    Jeff Moden (5/11/2009)


    Once you recognize the "pattern", you don't need all the ancillary conditional data moves and deletes. The "pattern" is that if it's NOT a continuation line, add...

  • RE: Performance issue with tally solution

    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...

  • RE: Performance issue with tally solution

    Jeff Moden (5/11/2009)


    Take a look at the link in my signature. Any chance of you cranking out the first, say, 10 rows of data and attaching it as a...

  • RE: Performance issue with tally solution

    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...

Viewing 15 posts - 691 through 705 (of 716 total)