Re: freebcp - comma delimited output file
"Ed Avis" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
>freebcp MYDB.dbo.DV_DEVICE_T out "/home/myaccount/test.csv" -c -T -t, -S >servername -I /etc/freetds.conf -U me -P `cat mssqlpw.txt` I think the -T option requires a following argument, so is gobbling up -t,. Try omitting -T or else passing it with a number, e.g. '-T 500'. freebcp's command line parser is not as helpful as it could be at catching errors. -- Ed Avis <[email protected]> ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________