Forum Replies Created

Viewing 15 posts - 571 through 585 (of 820 total)

  • RE: Simple Method for Importing Ragged files

    Oops. I reread the original. You are getting the column names from the header row and letting BCP or the like do the column splitting for you.

    Sorry, had...

  • RE: Simple Method for Importing Ragged files

    Paul,

    Once that data was imported into SQL why go back to a flat file? I would have thought that you could have started digesting the data straight away. ...

  • RE: It's the Bits

    frank.ress (3/3/2008)


    ... Just saying the same thing over and over doesn't make it true - but it does make lots of people THINK it is.

    Ooh, good point. I...

  • RE: It's the Bits

    fuller.artful (3/3/2008)


    I don't suppose anybody knows of one. ...

    Arthur

    I'm not sure that it does everything that you want but XXCOPY will come close. It's cheap, IMHO. You can...

  • RE: The Easy Poll

    I like what the guy on the Dyson adverts says: "I just think that things should work properly." I agree with majorbloodnock. I don't much care how that...

  • RE: Importance of UPSERT

    REPLACE INTO would be great, but it doesn't exist in SQL Server. This is what MERGE is supposed to do.

    I'm just moaning about what I can't have. 🙁 ...

  • RE: Importance of UPSERT

    I'm not a big fan of MERGE. I much prefer REPLACE INTO. You code everything one way. It looks just like a regular INSERT statement except for...

  • RE: The Backup Myth

    We recently had a problem at a prominent client. Many (near) duplicate records were deleted from a critical table. The client IT manager could not use his "agent...

  • RE: Corporate Programming Sucks

    Jurriaan Themmen (1/8/2008)


    Clint Eastwood said it years ago: "Opinions are like a$$holes....everybody has one."

    And also "A man's got to know his limitations."

  • RE: Corporate Programming Sucks

    I've been resisting the joke about an in house programer being better than an out house programmer.

    I let that slip out. Rats! I need food.

  • RE: Corporate Programming Sucks

    Drab, grey buttons work as well as well thought out colorful ones in corporate systems, so no one wants to pay any extra money to make things better.

    Better? ...

  • RE: Building a Better Career

    Thanks Matt. I'm sorry, some times I say things just to be a flame magnet. Also I like to forward comments to managers that I know wherin the...

  • RE: Document Your Database

    brhunter (1/2/2008)


    Great advice. However, I think a better article would be on the practice of creating "Self Documenting" database Schemas.

    See Joe Celko's book "SQL Programming Style" ISBN:0-12-088797-5

  • RE: Building a Better Career

    Good point Sarah. Can you imagine an employer who says not only am I going to give you a good income for your 40 per week but I'm going...

  • RE: Building a Better Career

    Hey, I'm planning on listing SQL Server Central frequent readership as career development. If I can hold my own with heavy hitters like you lot that has to stand...

Viewing 15 posts - 571 through 585 (of 820 total)