Forum Replies Created

Viewing 15 posts - 52,516 through 52,530 (of 59,070 total)

  • RE: Help with formating

    DOH! (making thumbsucking noises and triddling hair)... sometimes I just get balled up on things. Of course, Greg!... Nice simple solution like that is the way to go....

  • RE: Datatype for US Money

    Matt S... yeaup... a bit "contrived" as you say... the example is meant to mimic the real world where people forget what datatype they're using to do calculations and the...

  • RE: Datatype for US Money

    GSquared (2/15/2008)


    Even in that case, using float instead of decimal resulted in a measureable speed increase. (I have to calculate distances between sets of up to 4-million records and...

  • RE: Datatype for US Money

    Caught me? Heh... I jumped right out in front of ya 😀

    What you say is similar to what I used to say and think.

  • RE: Solving the "Running Total" & "Ordinal Rank" Problems in SS 2k/2k5

    ALZDBA (2/15/2008)


    Well it certainly started with a great article, handling a fairly common issue 😎

    And it resulted in a solution that worked a lightning speed and performed

    the actual update in...

  • RE: Datatype for US Money

    Ross McMicken (2/15/2008)


    The biggest issue we've had with using money datatypes is that reports in Crystal, and other tools, put a $ sign on each foeld by default. Given tha...

  • RE: Datatype for US Money

    matt stockham (2/14/2008)


    I would say use whatever datatype is appropriate - if the potential range of stored values falls within smallmoney then go for it. Decimal is useful in...

  • RE: The switch to Oracle

    A primary key of more than 16 columns... Lordy, I sure hope someone doesn't think of that as "core" functionality... :hehe:

  • RE: Datatype for US Money

    So... what would you do with 99.99 shares and 4 people? Decimal isn't going to hack that, either.

    Implementation of float in your 3 person case would be as follows...

    DECLARE...

  • RE: Help With Query

    Thanks, Aaron...

  • RE: Bulk insert question

    Now I don't know .. is replacing of temporary tables with table variables worth it or not?

    Absolutely NOT...

    And, I agree with Matt... your co-worker doesn't know what he/she is talking...

  • RE: Help with formating

    The columns are self sizing... makes real pretty emails... you send an email with the file as an attachment.

    ie... SUBJ: Your daily report on whatever is attached.

    Now,...

  • RE: get nextid for non-identity column

    In other words, please see the following URL...

    http://www.sqlservercentral.com/Forums/Topic418139-8-1.aspx#bm418200

    ...and don't worry... provided you call it correctly and learn how to use the "Increment" as I've laid out in the URL above,...

  • RE: Solving the "Running Total" & "Ordinal Rank" Problems in SS 2k/2k5

    This has all been totally awesome! Give yourselves a huge pat on the back... 122 posts on a fairly controversial subject and no flame wars. My hat is...

  • RE: Solving the "Running Total" & "Ordinal Rank" Problems in SS 2k/2k5

    Yep... tested the heck out of the CTE solution with ROW_NUMBER() for the running balance... without the clustered index on the appropriate columns, if falls apart in that the running...

Viewing 15 posts - 52,516 through 52,530 (of 59,070 total)