The information in this article applies to:
SYMPTOMSAn Update statement that modifies a text column may cause an access violation. For this to occur, a text column must be updated, and the update statement must include a cross database join as well as at least two other natural joins between two more tables from the same database. WORKAROUNDSplit the query into two queries and use an intermediate table or temporary tables to get the desired result set. STATUSMicrosoft has confirmed this to be a problem in SQL Server 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Keywords : kbbug6.50 |
Last Reviewed: March 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |