The information in this article applies to:
BUG #: 16236 (6.5) SYMPTOMSThe task history is maintained for all tasks in the MSDB database. When the maximum number of rows of any given task is reached, the historical rows of that task should be deleted in sequence, starting with the oldest row. However, the INSERT trigger on the syshistory table may remove historical information in an incorrect order. CAUSE
The problem is in the INSERT trigger for the syshistory table that removes
the older rows when the maximum number of records is exceeded. The DELETE
statement used to remove the records can delete the wrong record when a non-
clustered index (instead of the clustered index) is used by SQL Server to
complete the removal.
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/.
Additional query words: sqlexecutive
Keywords : kbusage SSrvAdmin kbbug6.50 kbfix6.50.SP5 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |