The information in this article applies to:
SYMPTOMSInside a trigger, if there is an ambiguous update statement and the first table in the FROM section is the logical table INSERTED or DELETED, the resulting message 8154 has a wrong tablename. 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. MORE INFORMATION
The tablename in the message should actually be the table in the UPDATE
section. Instead the message shows the truncated name of a different table
(the one on which the trigger is being created). Since this does not happen
on SQL Server versions 4.21a or 6.0, upgrades of such triggers to SQL
Server 6.5 will obviously fail. The following script illustrates the
problem:
Keywords : kbbug6.50 |
Last Reviewed: March 31, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |