We have a common table that was shared and updated by two servers, one of the servers uses linked server to access it.
We are now trying to eliminate the use of linked server and use merge replication instead, which comes with a new rowguid.
Do we need to change all the INSERT SPs on both sides to add value to this rowid field?
Thanks in advance.
AmyDom.