The information in this article applies to:
BUG# 10030 (4.2) SYMPTOMS
The "System Administrator's Guide" explains that when binary and varbinary
datatypes are converted to SYBCHAR, 2 characters are used to represent each
byte of the binary datatype. This may be a problem when using BCP.EXE to
generate a format file, as it will automatically expand the SYBCHAR
definition by 2 characters for each byte of binary data.
WORKAROUNDAn alternative is to use the command line options for BCP.EXE documented in the SQL Server "Language Reference" manual, or when using a format file to restrict any field listed as SYBCHAR to 255 characters or less. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 4.2. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: SQL BCP Bulk Copy
Keywords : kbtool SSrvBCP kbbug4.20 |
Last Reviewed: March 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |