I am replicating via the sp_MS* procedures. Replication works fine for
inserts where sp_MSins_<tablename> is executed, but I have errors when
updating, since the same insert proc is called rather than the
sp_MSupd_<tablename> proc. I have checked the article details many times. The
system should definitely be calling the update routine rather than the insert
routine. Has anyone else observed this problem before ???
--
With Thanks