Forum Replies Created

Viewing 15 posts - 91 through 105 (of 702 total)

  • RE: Talking baseball

    Re: Moneyball....

    The lessons applied were not just in talent evaluation, but also tactical decisions while playing the game. Statistical analysis showed that outs are often under-valued and so Oakland...

  • RE: WWBOD

    My answers would include back to school for more in-depth understanding of early-childhood development, then using that knowledge to promote programs for training parental skills.

    I suppose the big question...

  • RE: Are the posted questions getting worse?

    SQLRNNR (1/11/2012)


    Evil Kraig F (1/11/2012)


    Is it bad I originally misread the link and thought it said 'sex frustrations' as the folder?

    😀 I've been tempted...

  • RE: Happy Holidays

    Catching up with SSC upon return from vacation (er, "holiday" for you non-Americans).... Interesting span of response to the US-Centricity of this QOD. Just to fill in...

  • RE: YTD Total calculations in SQL

    apatel 80451 (12/20/2011)


    So how would I be able to select totals for the year from the query? If it only returns 'NULL's?

    As Phil suggested, it would be helpful to see...

  • RE: YTD Total calculations in SQL

    Phil's given you a basic "group by" structure that will return the totals for each year. You gave us only 2011 data, but it'll break out other years too. ...

  • RE: Are the posted questions getting worse?

    Ron (AKA Bitbucket),

    You were spoiled having as much as 32K (I assume bytes) to work with, let alone be able to chain to multiple segments. I'm certainly not old...

  • RE: Using SP_

    After finding the BOL doc that warns against naming a procedure with an "sp_" prefix, I wonder if the precedence rules are controlled by another factor besides the prefix and...

  • RE: Using SP_

    Hugo Kornelis (12/14/2011)


    This actually makes the behaviour even more weird, since (according to the documentation for SQL Server 2005 - I see the relevant comments have been removed from...

  • RE: Talking baseball

    calvo (12/15/2011)


    Only 4 more months until spring training!

    Not nearly so long.... pitchers and catchers report as early as 2/18, depending on the team. See http://springtrainingonline.com/features/reporting-dates.htm

  • RE: Variant Order 3

    Christian Buettner-167247 (12/13/2011)


    john.arnott (12/12/2011)


    So nearly two-thirds of respondants so far are smarter than I. They wouldn't have just run the code and clicked the corresponding option now, would...

  • RE: Variant Order 3

    So nearly two-thirds of respondants so far are smarter than I. They wouldn't have just run the code and clicked the corresponding option now, would they?

    Anyway, I ended...

  • RE: Truncation Error from the following logic

    Mark,

    Is the error message completely unambiguous? Or is it possible that some other column is what's getting truncated? "Truncation" makes it sound like a character type....

  • RE: Unary Plus -- Does BOL Lie about promoting tinyInt to smallInt?

    Thank you Gail.

    Using sp_Help removes any doubt. The datalength seemed like strong evidence, but this is more clear.

  • RE: Truncation Error from the following logic

    I've not tried anything to prove this, but it seems that if you 're converting a string to DT_DBTime, the string should be in the format of hh:mm:ss. If...

Viewing 15 posts - 91 through 105 (of 702 total)