mssql-docker icon indicating copy to clipboard operation
mssql-docker copied to clipboard

bcp out -x is no working

Open sm250451 opened this issue 5 years ago • 1 comments

When running bcp out -x on Linux container it is not working. But bcp out -x is working on Windows (export xml format). We are running vertion : bcp -v : 17.6.0001.1

sm250451 avatar Dec 14 '20 14:12 sm250451

-x also does not exist on 18.1.0001.1

usage: /opt/mssql-tools18/bin/bcp {dbtable | query} {in | out | queryout | format} datafile
  [-m maxerrors]            [-f formatfile]          [-e errfile]
  [-F firstrow]             [-L lastrow]             [-b batchsize]
  [-n native type]          [-c character type]      [-w wide character type]
  [-N keep non-text native] [-q quoted identifier]
  [-t field terminator]     [-r row terminator]
  [-a packetsize]           [-K application intent]
  [-S server name or DSN if -D provided]             [-D treat -S as DSN]
  [-U username]             [-P password or tokenfile]
  [-T trusted connection]   [-v version]             [-R regional enable]
  [-k keep null values]     [-E keep identity values][-G Azure Active Directory Authentication]
  [-h "load hints"]         [-d database name]
  [-Y encrypt option]       [-u trust server certificate]```

kevunix avatar Sep 08 '22 21:09 kevunix