BUG: Load Table May Fail If Created with Different ANSI_PADDINGLast reviewed: December 19, 1997Article ID: Q170639 |
The information in this article applies to:
SYMPTOMSAn attempt to load a table may fail with the following error message:
Msg 8412, Level 16, State 3 Schemas differ between source table '' and target table 'load_test'. Table load has been aborted for table 'load_test'.This problem occurs if both of the following conditions are true:
The above behavior will most commonly be seen if the following sequence of events has occurred:
WORKAROUNDWhen re-creating the table, add an explicit call to SET ANSI_PADDING ON or OFF as appropriate. If the table was originally created from an ODBC client and you are trying to re-create it from a DB-Library client, set the option ON. If you are trying to do the reverse, set the option to OFF.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: script schema DMO ::Script
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |