FIX: BCP IN w/ Format File Into NUMERIC/DECIMAL Column Fails

Last reviewed: May 2, 1997
Article ID: Q142451

The information in this article applies to:
  • Microsoft SQL Server, version 6.0
BUG# NT: 12199 (6.00)

SYMPTOMS

On SQL Server 6.0, BCP into a NUMERIC/DECIMAL datatype column will fail if a format file is used.

WORKAROUND

Use BCP without the format file, this works fine. You can also use character mode or native mode BCP.

STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server Version 6.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server version 6.0. For more information, contact your primary support provider.

MORE INFORMATION

BCP IN into a table with NUMERIC/DECIMAL datatype column, using a format file, will fail with the following error:

   DB-LIBRARY error:
   Attempt to read unknown version of BCP format file.
   Command has been aborted.


Additional query words: sql6 winnt bcp
Keywords : kbbug6.00 kbfix6.00.sp3 kbusage SSrvBCP
Version : 6.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 2, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.