Forum Replies Created

Viewing 14 posts - 1 through 15 (of 15 total)

  • RE: What rules of thumb you live by when programming?

    Always remember that programming is a service organization function. If you make software your customers do not use, you will not be a programmer long.

    KISS is real (Keep it...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: formatting numbers

    Use the covert command and a style of 1

    eg.

    CONVERT (CHAR(15),variable_name, 1)

    William H. Hoover

    Louisville, Ky

    sweeper_bill@yahoo.com


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: Object Naming Standards

    The rules when the first relational dbs came out was to use the underscore to separate words, making the columns and tables much more meaningful. The other thing that...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: SQLServerCentral.com translated to other languages

    I think this would be a great thing, but then I remember this site is FREE. The way it usually works is that you select a language and a...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: Errors that slip past all testing.

    I agree a good test plan and trying to break the system in test is vital. There is an old saying amoung programmers that you can make something fool...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: Why did you decide to become a DBA/SQL Programmer?

    It's funny, people in the IT or CS cirriculm in college don't do much with databases, however, I have a BS in Business Administration and was required to take...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: Why did you decide to become a DBA/SQL Programmer?

    Here is one I haven' read here but myself, and several of my friends are going this route. I started out programming on the mainframe MVS. My first...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: Bcp load is skipping records sporadically

    Sorry the Q number is Q303515. Thanks

    William H. Hoover

    Louisville, Ky

    sweeper_bill@yahoo.com


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: Bcp load is skipping records sporadically

    fyi... I finally found this at http://www.microsoft.com. When the last field in a file is bypassed, (sqlcol = 0) and the last character in that field is equal...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: using bcp , loading one one of many records??

    I found that the reason I was only loading one record was the \r\n terminator I typed as /r/n.

    I also found that I got the unidentifed format file version was...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: Help with Error from BCP

    The problem with what I was doing is that the extention on the datafile coming from the ftp command was DAT. The Text file attribute wasn't set. It...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: Help with Error from BCP

    Hi Steve,

    I can not load a single record, it gives me the error right off. I saved the bcp error file (-e option) and it comes up...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: Help with Error from BCP

    Steve,

    I can open the file from notepad, it is on my C: drive of my workstation. I do not know if when running bcp, the ODBC connection...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

  • RE: BCP Format file FORMAT

    Yes, Thanks to all, I have that information, my question is does it matter what columns these fields go into. Can I create a BCP format file without running...


    William H. Hoover
    Louisville, Ky
    sweeper_bill@yahoo.com

Viewing 14 posts - 1 through 15 (of 15 total)