The information in this article applies to:
BUG #: 16964 (6.5) SYMPTOMS
LOAD TRAN or recovery may fail with the following error and mark the
database as suspect if UPDATETEXT was used to insert at least two
text/image pages into the middle of an existing text/image column:
CAUSEWhen processing an UPDATETEXT statement that would insert one or more pages, the timestamp on the first page after the newly inserted pages is not changed until all pages are inserted. On recovery, SQL Server checks the timestamps before making any change on a page, which causes the problem. WORKAROUNDTo work around this problem, avoid using UPDATETEXT to insert data into the middle of existing text/image pages. However, UPDATETEXT works fine if new data is appended to the end rather than inserted into the middle. STATUS
Microsoft has confirmed this to be a problem in SQL Server version 6.5.
This problem was corrected in the latest Microsoft SQL Server 6.5 U.S.
Service Pack. For information on obtaining the service pack, query on
the following word in the Microsoft Knowledge Base (without the spaces):
Additional query words: tlog database wrong begin incomplete rollback forward abort
Keywords : kbusage SSrvGen kbbug6.50 kbfix6.50.sp4 |
Last Reviewed: April 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |