Hi,
I have one feed inserting/updating data into 2 different databases (But views & storedprocedures are different on each).
Now we are planning to stop feed into one of the database (let us say Database2) and continue into other (Database1).
And then have a sql server replication, to publish data from Database1 to Database2.
Now my issue is, how to intialize the subscription (as my tables are huge)?
I know when I initialize by default, it will drop my subscription objects and then do the sync. But I dont want do this, as those are big tables and also thoese tables will be having triggers that will not be in the subscriber. Also if I select"Keep existing object unchanged", then I will get the duplicate records inserted into subscriber.
Is there any better way to this ?
Thanks in advance..
Raj