I have a replicating database with 10 tables. Two of these tables are local. I have now discovered that I really need 1 other table to be local.
MSDN has an article about making a table local after the fact:
The problem is that they say to do this BEFORE making the replica the design master. Ok, I got a replica and then realized, I can't create any modules or anything to run the code to set the table to local because it's NOT the design master.
Does anyone have any experience with this?
/Wendy
MSDN has an article about making a table local after the fact:
The problem is that they say to do this BEFORE making the replica the design master. Ok, I got a replica and then realized, I can't create any modules or anything to run the code to set the table to local because it's NOT the design master.
Does anyone have any experience with this?
/Wendy