Forum Replies Created

Viewing 15 posts - 45,676 through 45,690 (of 59,063 total)

  • RE: How to correctly create a Flat File on export?

    rschaeferhig (1/21/2009)


    I got it working with Ragged Right. Since there are no files in the target directory I have to set the columns up individually in Advanced, but it works....

  • RE: Hidden RBAR: Triangular Joins

    David.Poole (1/21/2009)


    The first stress test showed against a comparible out-of-the-box system showed that our bespoke DB work yielded a 5x boost in performance!

    Now, that's exactly what Gus (GSquared) and I...

  • RE: 16 digit unique number

    As a side bar, 16 alpha-numeric combinations (26 letters, 10 digits = 26 different characters) would be many more combinations than most people would ever be able to use in...

  • RE: 16 digit unique number

    Crud... sorry Barry... I've been drinking hot cocoa instead of coffee. I see where you said you'd write to a temp table.

  • RE: 16 digit unique number

    RBarryYoung (1/21/2009)


    Well @@DBTS can technically do what the OP asked. Of course that is only within the scope of a single database (no mention of scope in the original...

  • RE: Loop Through every table in a DB

    RBarryYoung (1/21/2009)


    toniupstny (1/21/2009)


    The ms_foreach.. proc is an unofficial method and can be removed at the will of Bill et al. There are also cursors in the ms_foreach... ...

  • RE: 16 digit unique number

    amartha_dutta (1/21/2009)


    Dear Friend,

    How about looking into manipulating the current system date & Time.

    Use GetDate(), Remove the spaces and append with some other characters / digits of your choice (Based upon...

  • RE: The Set-Based Limit

    So, Kit... can I see your code like I asked, please?

  • RE: 16 digit unique number

    Matt Miller (1/20/2009)


    The only way you're going to ENSURE that it's unique is to keep track of all of the ones previously generated. Use whatever methodology you like to...

  • RE: Questions on looping and grouping data

    GROUP BY ..... WITH ROLLUP

    Only thing is, it's gonna be a pain to add things that are a mix of datatypes like "Cost $5%'.

  • RE: How to correctly create a Flat File on export?

    Just as a suggestion to get away from kludge code, take a look at BCP with a format file... it'll do just what you want.

  • RE: Stumbling on a SQL query - Help!!

    Lynn, you have the patience of a saint. Yoda be da man!

  • RE: Best performance Row by row loop (SQL2K)

    agh100 (1/21/2009)


    Hi GSquared,

    I have been sick for some days now, so I haven't been able to try your script until now.. And thanks very much, it works splendidly on SQL...

  • RE: convert DateTime to BigInt

    munishprathap (1/20/2009)


    Thanks friends for all your support

    i can achieve this task by the following Query,please let me know your feedback

    IF EXISTS ( SELECT * FROM INFORMATION_SCHEMA.COLUMNS

    WHERE TABLE_NAME = 'Note'

    AND...

  • RE: VM... Setting up new "box"

    Michael Earl (1/21/2009)


    I think you are seriously underestimating the number of people that are not thinking.

    Not sure what you mean by that, Michael...

Viewing 15 posts - 45,676 through 45,690 (of 59,063 total)