The information in this article applies to:
BUG #: 18664 (SQLBUG_65) SYMPTOMSWhen running an INSERT/SELECT query that contains a UNION into a table with a timestamp column that has been declared as nullable, two rows will be inserted for each row that qualifies under the select statement. One row will contain a nulled timestamp, the other will contain an actual timestamp. WORKAROUNDTo work around this problem, declare the timestamp column as NOT NULL. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.5. MORE INFORMATIONTo reproduce this problem, run this script:
Additional query words:
Keywords : kbSQLServ650bug |
Last Reviewed: April 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |