The information in this article applies to:
BUG #: 18131; 17558 (SQLBUG_65) SYMPTOMS
If a query performing a reformatting strategy is prematurely interrupted by
means of either a query timeout or a cancel request, a runtime error 1108
may be generated in tempdb. The object ID will be a negative number,
indicating that the object is a worktable. The following is message 1108:
WORKAROUNDTo work around this problem, analyze showplan for the query and see if any index changes can be made that will avoid the reformatting step. The reformatting execution strategy is typically used when no useful indexes are available for processing the query. Therefore, such index changes will likely improve overall performance. 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
If the allocation error is in tempdb (dbid = 2), there is no need to run
DBCC CHECKALLOC or DBCC NEWALLOC as the message implies. Simply restart SQL
Server and tempdb will be recreated.
Additional query words: err work table tables temp db show plan time out
Keywords : SSrvErr_Log SSrvProg kbbug6.50 kbfix6.50.SP5 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |