INF: Native Mode BCP to Mis-Defined Table Loads IncorrectlyLast reviewed: April 29, 1997Article ID: Q112003 |
The information in this article applies to:
- Microsoft SQL Server version 4.2 for OS/2 - Microsoft SQL Server version 4.21
SUMMARYUsing native mode bulk copy to load data in a mis-defined table can cause the table to be loaded incorrectly. The incorrect loading might appear as an unusual formatting of data in the target table. This would also apply to client tools which use the BCP API in native mode, such as SQL Object Manager.
MORE INFORMATIONNative mode bulk copy is intended for high-speed data transfer between identically defined tables. To achieve the optimum transfer rate, there are few checks performed regarding data formatting. The user must ensure the table is correctly defined or else use character-mode bulk copy. Correct table definition includes the correct number of columns, datatype, length, and NULL status.
|
Additional query words: BCP Windows NT
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |