Forum Replies Created

Viewing 15 posts - 52,501 through 52,515 (of 59,064 total)

  • RE: The switch to Oracle

    You've exemplified exactly what I was talking about, Gints... doesn't really matter what people think of one or the other, they are very different and anyone who thinks that the...

  • RE: Parse a name field

    The LEN failure is because you are missing a couple of right parenthesis in the code line.

    Also, is there only 1 name per row or do they look like something...

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

    Heh... I knew it would be YOU, Matt... after all the testing you did for/with me on the "other" CLR's, I should have just asked "Hey Matt... you wanna try...

  • RE: code to find the latest file in a folder and load data to a table

    Hi Alicia...

    Since you're trying to "export" the file from an .xls file to a table, you'll need to follow a couple of "rules" about the format of the .xls file....

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

    Christopher Ford (2/15/2008)


    So I says to myself, bah, table variable...you can do it without a table variable!

    ... for an interesting exercise, please run this...or better yet, don't run this unless...

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

    Thanks for joining the thread, Frank... just curious... you posted the following... and said it takes 2 seconds on your machine...

    Out of curiousity, if we were to grab the current...

  • RE: Help with Cursor

    I get what you want to do... but, I'm with John... I need more info, please...

    Also, what do you mean by "unitil No ID's are left"? Are you saying...

  • RE: Sequential numbering issue

    --===== Create a test table with data

    -- THIS IS NOT PART OF THE SOLUTION

    DECLARE @YourTable TABLE (DocNo VARCHAR(20),LiNum INT)

    INSERT INTO @YourTable (DocNo,LiNum)

    SELECT 'ZC12345',1...

  • RE: Help with formating

    So, maybe write some code that writes code for you?

    Also, you can set the results in the text mode to use the TAB character to separate columns to make the...

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

Viewing 15 posts - 52,501 through 52,515 (of 59,064 total)