sybase bcp import fails
- by chromeplatedbanana
We're trying to export some tables from our production database to our test database using bcp. The bcp export seems to work fine, but the import always fails with a data type error (see below).
We tested on our test database exporting the table content to a file, then importing it in again immediately, but that failed too. e.g.,
bcp TABLENAME…