Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: BCP error -Unable to open BCP host data-file

    Microsoft SQL Server bcp is executed in C drive, so the path specified to copy is also in the C drive only.

    For example:-

    Not Working:

    --------------

    DECLARE @bcp_cmd4 VARCHAR(1000);

    DECLARE @exe_path4 VARCHAR(200) =

    ...

Viewing post 1 (of 1 total)