Forum Replies Created

Viewing 15 posts - 8,311 through 8,325 (of 8,416 total)

  • RE: Performance issue with tally solution

    Hey Flo,

    If I were wearing a hat (tinfoil or otherwise), it would now be off to you.

    Awesome stuff as usual.

    For anyone not familiar with Flo's work, I would encourage you...

  • RE: Performance issue with tally solution

    Peso (4/14/2009)


    Or a faster split UDF?

    PRINT 'Start Peso solution'

    ...blah blah blah...

    Awesome. You have saved the day! Well done sir! :ermm:

    I can't wait for the version of your...

  • RE: Performance issue with tally solution

    RBarryYoung (4/13/2009)


    1) For splitting the lines in stored procedure definitions, there is a subtle bug that exists in almost every line-splitting routine, including the ones so far in this thread:...

  • RE: Cross Tabs and Pivots, Part 1 – Converting Rows to Columns

    Jeff Moden (4/12/2009)


    Thanks for your concern. If I'm not mistaken, PIVOT can do multiple aggregations... I just gotta look back in my notes because I don't use PIVOT for...

  • RE: Thoughts on QlikView

    Hey Dan,

    In my experience, it is SSAS (and cubes in general) which do not scale well.

    The last QV solution I worked on had 2,500 users (admittedly only 50 or so...

  • RE: Performance issue with tally solution

    Flo,

    More great stuff from you again...!

    I hope your internet connection is fixed soon.

    Off to bed now, but thanks for the XML CLR solution - neat (though I am naturally XML-sceptic).

    I...

  • RE: Performance issue with tally solution

    Hey again Flo,

    You might like to also try this with a CLR TVF.

    I tried it on your sample and got:

    Table 'Worktable'. Scan count 0, logical reads 0, physical reads 0,...

  • RE: Performance issue with tally solution

    Jeff Moden (4/12/2009)


    ORDER BY on unindexed Tally table, for starters. All the other comments about large table variables may apply, as well, although I haven't tested the code, yet.

    Unindexed?...

  • RE: Performance issue with tally solution

    Hey Flo!

    It is true to say that the following features of the script won't help overall performance:

    1. Using table variables (no statistics are available and parallelism cannot be used)

    2....

  • RE: T-SQL 2005 Help

    Jeff Moden (4/12/2009)


    ...That brings me to another subject... I hate deprecation. Who is it to say that certain features are no longer useful? The masses? BWAA-HAAA-HAAA!!! ...

  • RE: Dynamic query

    Jeffrey Williams (4/12/2009)


    Paul White (4/12/2009)


    It's also possible to read all possible data into XML and run an XQuery... :-D/P

    Paul - I'd quit now while I still had the chance 😀

    Splork!

    http://catb.org/jargon/html/S/splork-.html

  • RE: Just Walk Away - Blacklisting - and Twits without Twitter

    GilaMonster (4/7/2009)


    Jeff Moden (4/7/2009)


    But then I saw it happen today. One of us made just the smallest snyde remark about helping someone on what was obviously a laundry...

  • RE: Dynamic query

    GilaMonster (4/12/2009)


    Paul White (4/12/2009)


    It's also possible to read all possible data into XML and run an XQuery... 😀

    If you're going to make suggestions as to how something can be done,...

  • RE: Timeout

    As Krishna mentioned, it is probably a blocking issue. I suppose it could (technically) also be a deadlock - deadlock detection is not instantaneous after all. I didn't...

  • RE: Dynamic query

    GilaMonster (4/12/2009)


    Definitely not a good idea. Personally it's not something I would even suggest here as someone might use it without realising why it's a bad idea.

    Multi-statement table valued function...

Viewing 15 posts - 8,311 through 8,325 (of 8,416 total)