Home Forums SQL Server 2005 T-SQL (SS2K5) Cannot bulk load. Invalid column number in the format file RE: Cannot bulk load. Invalid column number in the format file

  • 8.0

    5

    1 SQLCHAR 0 8 "|" 1 NUM COLLATE SQL_Latin1_General_CP1_CI_AS

    2 SQLCHAR 0 8 "|" 2 ID COLLATE SQL_Latin1_General_CP1_CI_AS

    3 SQLCHAR 0 8 "|" 3 name COLLATE SQL_Latin1_General_CP1_CI_AS

    4 SQLDATETIME 0 8 "|" 4 Dob ""

    5 SQLDATETIME 0 8 "|" 5 datejoin ""

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)