Forum Replies Created

Viewing 15 posts - 45,886 through 45,900 (of 59,062 total)

  • RE: Split large csv

    Yep... don't split it at all... if the format of the file is stable and a couple of other nuances, use Bulk Insert. In SQL Server 2000, I used...

  • RE: Select from String

    Terence Keys (1/14/2009)


    Thanks for the help!

    So, what did your final code end up looking like?

  • RE: Sql Server High Availability Which Solution ?

    jabba (1/15/2009)


    If I could persuade them to drop the requirement to house the servers in different locations and rely on the inhouse generator, would clustering fufill the other points?

    Ummm... no.......

  • RE: Proportional Fill and Tempdb - 1 Data File Per Processor

    Oliver (1/15/2009)


    No offense intended, it just seems to me that the better path to go is to first try to set the file sizes large enough to deal with most...

  • RE: SQL or Oracle

    I disagree with most of the thoughts on this thread... I've used both and, for what I classify as "casual users" and ease of use, I think that SQL Server...

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

    Let me rephrase my question a bit... add on to it, really...

    How are you going to identify the columns that you want to check or are you asking for code...

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

    agh100 (1/15/2009)


    Hi,

    What I need to do is:

    Find out which specific rows and columns that contains ascii values below 32, and log it either in a txt file or another db.

    So,...

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

    GSquared (1/15/2009)


    If you actually have to do row-by-row, use a cursor for it. It's what they're built for, and they're good at it. While loops for row-by-row aren't...

  • RE: Common Mistakes in T-SQL

    GilaMonster (1/15/2009)


    Agreed. I'm in the middle of a wonderful one now.

    That's just nasty... went through that in my last company. Some high level genius at the company bought a...

  • RE: Common Mistakes in T-SQL

    That's another good one. And, I've never seen it where they need to return an out of scope identity produced by @@IDENTITY... anyone ever actually do that? What...

  • RE: cross tab

    But, aren't you executing the column merge code once for each "employee"?

    And, if you're happy with the speed, then that's what matters. 😀

  • RE: Are the posted questions getting worse?

    DavidB (1/15/2009)


    See what happens when you leave people up in cold weather for too long. And you thought it was unsafe to go in the rural spots down south. :w00t:

    BWAA-HAA!!...

  • RE: Are the posted questions getting worse?

    Michael Earl (1/15/2009)


    After extensive testing, Aqua Net hair spray ended up being better than any other propellant we could find.

    Any build up on the walls over time?

  • RE: Are the posted questions getting worse?

    Chris Morris (1/15/2009)


    Top work! What do you use as propellant? Don't tell me...when you're not clearing tables you collect the stuff 😛

    Ronson Lighter fluid... it's "ashless".

  • RE: Are the posted questions getting worse?

    RBarryYoung (1/14/2009)


    Don't bother, Jeff. I found a photo of you with the Recoiless Pork Chop Launcher from your old delivery job:

    Heh... man, you don't know how close that is......

Viewing 15 posts - 45,886 through 45,900 (of 59,062 total)