BUG: Access Violation After Update of a Text ColumnLast reviewed: April 8, 1997Article ID: Q152797 |
The information in this article applies to:
SYMPTOMS An 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.
|
Additional query words:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |