The information in this article applies to:
BUG #: 16848 (SQLBUG_65) SYMPTOMSQueries that require a sort operation, such as those that include the DISTINCT or ORDER BY keywords, may experience a handled access violation (AV) within SQL Server if you run out of space in tempdb. In the SQL Server errorlog, you will see error 1105 for tempdb, immediately followed by an access violation exception message for SQL Server. WORKAROUNDTo work around this problem, ensure that there is adequate space is available in tempdb, by increasing the size of the database. 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
The access violation is handled and causes no adverse effects on the
server. However, to avoid encountering the problem again, ensure that
tempdb is sufficiently sized so that you do not run out of space when
running such an operation. Error 1105 is logged to the errorlog when no
free space is available.
Additional query words: prodsqlsp sp5resultset perfmon
Keywords : SSrvAdmin SSrvErr_Log SSrvGPF SSrvTran_SQL kbbug6.50 kbfix6.50.SP5 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |