BUG: Error: 7109 While Processing TEXT Data in a DELETE Trigger (195538)
The information in this article applies to:
This article was previously published under Q195538
BUG #: 18420 (SQLBUG_65)
SYMPTOMS
If you attempt to update a TEXT field in a table with a value greater than
1,800 characters in size by referencing the deleted table in a delete
trigger, you receive the following error:
Msg 7109, Level 22, State 1
Unexpected log record of type 33 found while processing TEXT/IMAGE data.
The SQL Server is terminating this process.
WORKAROUND
To work around this problem, you can write a stored procedure that performs
the insertion into table t2, before deleting records from t1. For an
example, see the scenario in the MORE INFORMATION section of this article.
STATUS
Microsoft has confirmed this to be a problem in SQL Server version 6.5.
Modification Type: | Major | Last Reviewed: | 10/3/2003 |
---|
Keywords: | kbBug KB195538 |
---|
|