Forum Replies Created

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

  • RE: bcp error

    Hi everyone,

    Managed to solve it. Added a column to store the string I need and used it in bcp.

    Thanks for all of your support.

    Cheers!

  • RE: bcp error

    Hi!

    Thanks for your reply.

    Yes my select query runs.

    This is my select query

    select 'LOAD DATA INFILE ''D:\load\dat\' + TableName + '.dat''' +

    ...

  • RE: bcp error

    Hi buddies,

    Thanks for your reply.

    This sql statement works fine. I have tested it.

    select 'LOAD DATA INFILE ''D:\load\dat\' + TableName + '.dat''' +

    ...

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