Hi All,
I am doing Transactonal Replication in MSSQL server 2000
at the time of running it was give error message
Error: "Server setting 'Allow triggers to be fired which fire other triggers (nested triggers)' must exist on updatable Subscribers."
Last Command :-{call sp_addsynctriggers (N'Void', N'null', N'MP-4', N'018L', N'018L', N'sp_MSsync_ins_Void_1', N'sp_MSsync_upd_Void_1', N'sp_MSsync_del_Void_1', N'sp_MScft_018L_Void', N'dbo', N'null', N'null', N'null', 0x01, 0,1,N'MP-4' )}
Transaction sequence number and command ID of last execution batch are 0x0000016A00000CA602EA00000001 and 217.
give me the solution of this issue, how can i solve this error ?
Thanks & Regards,
Ramaprasad.R