FIX: Problems with Network Error During dbwritetext/dbmoretext (186916)
The information in this article applies to:
This article was previously published under Q186916
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.
Depending on the amount of space in the database, this may result in an
unexpected error 1105 and unexpected disk activity, as well as resulting in
the server using many more locks than would typically be expected for this
operation.
Even though the network read fails, there will not be any messages in the
SQL Server errorlog indicating this failure.
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.
A failure of the network read when attempting to obtain the number of bytes
to be transferred results in an uninitialized local variable, and no error
is generated on this failure. Due to the uninitialized variable, the server
may attempt to allocate an arbitrary amount of space, resulting in the
behavior described above.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 6.5. This problem has been corrected in Service Pack 5a for Microsoft SQL Server 6.5.For more information, click the following article number to view the article in the Microsoft Knowledge Base: 197177 INF: How to Obtain SQL Server 6.5 Service Pack 5a For more information, contact your primary support provider.
Modification Type: | Major | Last Reviewed: | 3/14/2006 |
---|
Keywords: | kbBug kbfix kbSQLServ650sp5fix KB186916 |
---|
|