The information in this article applies to:
BUG# NT: 11329 (6.00) SYMPTOMSOn Microsoft SQL Server version 6.0, if you update the primary key of a table, the original primary key parameters passed to a custom stored procedure defined for replication will be replaced with the updated primary key values. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. This problem was corrected in Service Pack 2 for SQL Server version 6.0. For more information, contact your primary support provider. MORE INFORMATION
The current protocol for the definition of an UPDATE custom stored
procedure is defined in the SQL Server "Administrator's Companion" under
the section "Adding Stored Procedures for Insert, Update, and Delete" in
Chapter 15 on Replication. According to this protocol, all column values
for the updated row are passed first, followed by the original values of
the primary key. If the primary key column(s) are modified in the UPDATE
statement, the original primary key values are not passed correctly.
Instead, the new updated primary key values are passed in their place.
Additional query words: article
Keywords : kbprg SSrvRep SSrvStProc kbbug6.00 kbfix6.00.sp2 |
Last Reviewed: April 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |