Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to synchronize two SQL Server in two machine. I'm using transaction replication with immediate update so my application could query an update to both publisher and subscriber. Everything works well except that SQL Server return error from a trigger (created by SQL Server replication) when I am trying to update a data in table with more than 100 columns from the subscriber.
Do you guys have ever seen any similar problem? Any information will be appreciated.
Do you guys have ever seen any similar problem? Any information will be appreciated.