Forum Replies Created

Viewing 15 posts - 44,176 through 44,190 (of 59,063 total)

  • RE: TSQL help needed

    that's why I always include duration as a valuable test... it takes into account both CPU time and Disk Time. Of course, I list those, as well... good to...

  • RE: Performance issue with tally solution

    Florian Reischl (4/13/2009)


    Jeff Moden (4/13/2009)


    I'm thinking that the hey-day of the Tally table have finally been replaced by faster methods.

    Don't say that. There might be actually two business cases where...

  • RE: The T-SQL Paradigm

    Aaron N. Cutshall (4/13/2009)


    Jeff Moden (4/13/2009)


    Heh... I'm just glad I'm not the only old fart on this site. My first "program" was on unit record equipment that used a...

  • RE: Performance issue with tally solution

    aktikt (4/13/2009)


    Say it ain't so. This is the first I've heard a set based solution losing to RBAR.

    I don't have the desire to check right now, but what about using...

  • RE: How to make this stored procedure flexible?

    Thanks for the great feedback on this, Wayne. I wish more people felt like you about this type of thing. Too many folks just want code.

  • RE: Are the posted questions getting worse?

    RBarryYoung (4/13/2009)


    Jeff Moden (4/13/2009)


    Heh... crud... I just sent Tony an email saying that I may have to cancel the book. Flo just beat the hell out of a...

  • RE: The T-SQL Paradigm

    andrew gothard (4/13/2009)


    Gift Peddie (4/11/2009)


    andrew gothard (4/11/2009)


    but I don't foresee the day when "one language to rule them all" will ever come into being. quote]

    Isn't that what ADA was...

  • RE: Performance issue with tally solution

    Florian Reischl (4/13/2009)


    I know Jeff will shoot me for this... 🙂

    @jeff

    The day to activate CLR on your servers is close 😀

    Heh... you may be right. Might also have to...

  • RE: Are the posted questions getting worse?

    Heh... crud... I just sent Tony an email saying that I may have to cancel the book. Flo just beat the hell out of a Tally table split...

  • RE: Performance issue with tally solution

    Flo... there's a small error in your temporary stored procedure. It was leaving a leading space in the results. I've repaired it in the following but it still...

  • RE: Performance issue with tally solution

    Jeff Moden (4/12/2009)


    Florian Reischl (4/12/2009)


    Hello everybody!

    I have a performance issue with a set based solution. Please could you advice me what I'm doing wrong?

    ORDER BY on unindexed Tally table, for...

  • RE: Performance issue with tally solution

    Sratch the above... I found the index. Still looking.

  • RE: Performance issue with tally solution

    Florian Reischl (4/12/2009)


    Hello everybody!

    I have a performance issue with a set based solution. Please could you advice me what I'm doing wrong?

    ORDER BY on unindexed Tally table, for starters. ...

  • RE: T-SQL 2005 Help

    Paul White (4/12/2009)


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

  • RE: T-SQL 2005 Help

    Understood... I used to say "Never" use a cursor. Don't get me wrong, I always try to avoid it and have been very successful at doing so. But,...

Viewing 15 posts - 44,176 through 44,190 (of 59,063 total)