We replicated a DB from our LAN to our DMZ and this works fine. We have a public website that accesses the data from a DB in the DMZ and we have an internal application that accesses the data on the LAN. We now have a few tables in the DMZ instance that we'd like to update and replicate back to the DB on our LAN. What is the best approach to do this.
From a security point of view we are happy with the Distributor(LAN DB) pushing the data to our Subscriber(DMZ DB) but we are concerned about data going from the DMZ to our LAN.
What is the best approach to send data from the DMZ to our LAN.
Thanks
Ray