merge replication adds the GUID column. This GUID column will have the same
value across all publishers and subscribers.
So if tablexyz row 54 on the publishers has a guid value of
XXXX-XXXX-XXXXX-XXXX, the GUID value will be the same for tablexyz row 54 on
all subscribers.
If you are using transactional or snapshot replication, ensure the default
NEWID() is not replicated in the schema to the subscribers.
[quoted text, click to view] "Todd" <tbright@omginc.com> wrote in message
news:0a0701c3daa9$4bcf7080$a501280a@phx.gbl...
> Is there a way to programmatically copy a record to
> another server/database and keep the same guid value that
> is added for replication? Put another way... replication
> adds its guid field and I need to copy the records exactly
> as they are in the source database to another
> server/database.
>
> I can't set replication up between these cause they're
> MSDE. MSDE can't be publisher from what I understand.
>
> Thanks,
> Todd