Forum Replies Created

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

  • RE: Bulk Insert - ROWTERMINATOR value

    One way I can think of is to use a conversion utility program (eg: 2dos) to convert the file format from unix to dos before doing the extraction.

    Or try...

  • RE: insert value

    update aTable set bField=-1 where aField='aValue' and bField is NULL

  • RE: Need help with insert trigger/BCP

    One option is to set a default value to that particular column.

  • RE: FTP in DTS

    You can use xp_cmdshell and delete the file using dos command.

  • RE: BCP

    Change the delimiter to something that will not occure in ur data (|, ~ etc). I dont think you can enclose a varchar field with double quotes and even if...

  • RE: bcp fails

    Can u show ur format file once?

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