Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: BULK INSERT problems

    I just tried that and get the same result.

  • RE: BULK INSERT problems

    Here is the code for the bulk insert

    BULK INSERT Test_Table

    FROM 'sourcefolder\filename.txt'

    WITH

    (

    FIELDTERMINATOR = '|',

    ...

  • RE: BULK INSERT problems

    I don't use a format file, it just comes to me as a text file. Unfortunately I don't have any test data it is all real data. I...

Viewing 3 posts - 1 through 3 (of 3 total)