BUG: BCP Into a Table w/ IDENTITY Column Cannot Be PerformedLast reviewed: January 22, 1998Article ID: Q136533 |
The information in this article applies to:
SYMPTOMSA bulk copy into a table with an IDENTITY column cannot be performed when a value for the IDENTITY column has not been specified in the data file.
WORKAROUNDTo work around this problem, do one of the following:
STATUSMicrosoft has confirmed this to be a problem in SQL Server versions 6.0 and 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONBCP IN into a table will work if any value is specified for the IDENTITY column. You can use the /E option when identity values are present within the table to be imported. Without the /E option, the SQL Server will generate identity values for the rows.
|
Additional query words: sql6 import temp tbl insert/select
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |