DEV Community

Query Filter
Query Filter

Posted on

bcp replace

bcp "SELECT
col1,
col2,
REPLACE(REPLACE(OVERRIDERULESET, CHAR(13), ''), CHAR(10), '<>')
FROM ZMemo"
queryout ZMemo.dat -S your_server -U your_user -P your_pass -c -t'¬' -r'\n'

Top comments (0)