FIX: Delete/Insert on Table with Text/Image May Cause Error 38 (171369)
The information in this article applies to:
- Microsoft SQL Server 6.0
- Microsoft SQL Server 6.5
This article was previously published under Q171369
BUG #: 15717 (6.00); 17010 (6.50)
SYMPTOMS
In a user-defined transaction, if a row is deleted and then followed
immediately with an INSERT operation to a table containing one or more
columns of a text or image datatype, the following error messages may be received by the client application:
Msg 5159, Level 16, State 1
OS Error 38(Reached end of file.) on device 'C:\MSSQL\DATA\MASTER.DAT' during bufget.
The SQL Server is terminating this process.
In addition, the following errors may be recorded in the error log:
- udread: Operating system error 38(Reached end of file.) on
device 'C:\SQL60\DATA\MASTER.DAT' (virtpage 0x00ffff00).
- mirrorproc: i/o error on primary device 'C:\SQL60\DATA\MASTER.DAT'
Buffer 1352970 from database 'SMS' has page number 257 in the
page header and page number -256 in the buffer header
- udread: Operating system error 6(The handle is invalid.) on
device 'C:\SQL60\DATA\MASTER.DAT' (virtpage 0x000005a4).
WARNING: Process being freed while holding Dataserver semaphore
In SQL Server 6.5, SQL Server stops responding with a 100 percent CPU spin.
This behavior was not observed under SQL Server 6.0.
WORKAROUND
To work around this problem, do not place the DELETE and INSERT operations
in the same user-defined transaction.
STATUS
Microsoft has confirmed this to be a problem in SQL Server version 6.0 and 6.5. This problem has been corrected for version 6.5 in U.S. Service Pack 4 for Microsoft SQL Server version 6.5. For information about downloading and installing the latest SQL Server Service Pack, see http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=a6f79cb1-a420-445f-8a4b-bd77a7da194b.
For more information, contact your primary support provider.
Modification Type: | Major | Last Reviewed: | 5/5/2006 |
---|
Keywords: | kbBug kbfix kbusage KB171369 |
---|
|