Forum Replies Created

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

  • RE: error while doing bcp out

    I also resolve my issue with bulk copy command using xp_cmdshell by adding additional option for servername -S ServerName.

    Thanks for your help!

  • RE: BULK INSERT in SSIS 2008

    that was my typo. Row terminator is '|'

    syntax I have used in my stored procedure is as below

    BULK INSERT TBALE_NAME FROM '\\Server_Name\Complete_Path\FileName.txt' WITH (

    FIELDTERMINATOR = '|',

    ROWTERMINATOR = '|',

    LASTROW = 0,TABLOCK

    )

    I...

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