The information in this article applies to:
BUG #: 18061 (6.50) SYMPTOMS
A failed network read during a dbwritetext or dbmoretext transfer of text
or image data may result in the server attempting to allocate more space
than is required to store the information.
CAUSE
When transferring text or image data by means of dbwritetext or dbmoretext,
the client initially sends across a text pointer and time stamp for the row
that it will be modifying. After the server has validated the text pointer
and time stamp, it requests that the client send across the number of bytes
that it will be transferring in this operation. After the server reads this
value, it attempts to allocate the necessary space, and when this has been
done, it starts reading the text or image data that the client is sending.
STATUSMicrosoft has confirmed this to be a problem in SQL Server
version 6.5. This problem has been corrected in U.S. Service Pack 5a
for Microsoft SQL Server version 6.5. For information about
downloading and installing the latest SQL Server Service Pack, see
http://support.microsoft.com/support/sql/.
MORE INFORMATION
When this problem occurs, you may also notice writelog timeouts and bufwait
timeouts, because the disk activity is typically extremely high while SQL Server attempts to allocate the requested space.
owner=128, waittype=0
obj 0xffffcce0, bpss 0xe43490 Additional query words: sp sp5textpointer timestamp out outs
Keywords : kbbug6.50 kbfix6.50.SP5 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |