The information in this article applies to:
BUG #: 18578 (SQLBUG_65) SYMPTOMS
Within a trigger on SQL Server 6.5 Service Pack 5 or 5a, the IF UPDATE clause will evaluate to true for all columns when an INSERT is performed, even if there is no value specified and no default value exists for the column. The expected behavior is detailed in the SQL Server 6.5 Books Online as follows: Implicit and Explicit Null Values (SQL 6.5): RESOLUTIONA supported fix that corrects this problem is now available from Microsoft, but
it has not been fully regression tested and should be applied only to systems
experiencing this specific problem. If you are not severely affected by this
specific problem, Microsoft recommends that you wait for the next SQL Server service pack
that contains this fix. http://www.microsoft.com/support/supportnet/overview/overview.asp
NOTE: Due to file dependencies, the most recent hotfix or feature that contains the above files may also contain additional files. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.5 Service Pack 5 and 5a. MORE INFORMATIONAdditional query words: incorrect results sp5 sp
Keywords : kbbug6.50 |
Last Reviewed: October 11, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |