The information in this article applies to:
BUG #: 53943 (SQLBUG_70) SYMPTOMSAttempting to update a column using a declared variable may fail if that column has a FOREIGN KEY (FK) constraint and the FROM clause references multiple tables. In such cases, the following error message occurs: For example, the following would cause the error:
WORKAROUND
To work around this problem, use CONVERT to cast the variable to its data type. In the example above, replace:
with:
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words: datatype fk fkey const err qp
Keywords : SSrvTran_SQL kbbug7.00 |
Last Reviewed: December 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |