The information in this article applies to:
BUG #: 18547 (SQLBUG_65) SYMPTOMSIf a column on a table is renamed and there is a trigger on the table, you may receive the following error after re-resolution of the trigger:
WORKAROUNDTo work around this problem, drop and re-create triggers after a column name change. STATUSMicrosoft has confirmed this to be a problem in SQL Server. MORE INFORMATION
Re-resolution is the process of updating the existing query tree and invalidating any query plans in the cache. Re-resolution occurs when one of the tables changes in such a way that the query tree stored in sysprocedures might be invalid (for example, if the datatypes, column offsets, object IDs, or other parts of the table have changed).
Additional query words: replication repl datatype data type types
Keywords : kbbug6.50 |
Last Reviewed: January 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |