Hello All,
I am getting an error ont he update record which is in distribution database and not applied it yet to subscriber.
Error:
if @@trancount > 0 rollback tran
(Transaction sequence number: 0x0001C48600009786540A0000000, Command ID: 1)
Error messages:
Procedure or function sp_MSupd_dboUserTable has too many arguments specified. (Source: MSSQLServer, Error number: 8144)
The stored procedure seems ot be correct but the command in sp_browsereplcmds has too mnay parameters. So I have to delete that command from distribution database. Is there anyway on how delete the command from distribution db?