I have two table with primary key and foreign key relationship. Both the
tables have primary key with Uniqueidentifier column. First uniqueidnetifer
column is mapped to second table as Foregein key.
Sometimes, the process of insertion is like first inserting foreign
key table then primary key table. As a result conflict arises and data is rolledback.
I have been asked to set the property of this specific field as 'Not for replication'.
How can i do that without disturbing the current replication. I need to do it through script.
Thanks