The information in this article applies to:
SQLBUG_65: 17931 SYMPTOMS
Two-phase commit replicated transactions can result in duplicate jobs being
added to the MSjobs and MSjob_commands table by the LogReader task.
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
Cross-database replicated transactions are transactions that affect
published tables in one database while in the context of another. For
example, if you inserted rows in database 'b' while running a transaction
in the context of database 'a', this would be considered a cross-database
transaction.
Example
Internally, SQL Server processes transactions like this in database 'b'
similar to the two-phase commit transactions that come from DTC or DB-
Library two-phase commit.
Additional query words: sp sp52PC 2 PC prodsql
Keywords : SSrvRep kbbug6.50 kbfix6.50.SP5 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |