|
meristema
Starting Member
Italy
8 Posts |
Posted - 11/27/2012 : 06:12:49
|
Hello guys, I ask advice, I have 2 SQL Server 2008R2 communicating with each other for only a few procedures for updating tables (snap of the trigger), but only in a way, server A write to table on server B. The goal is to separate the 2 servers so they do not communicate directly, and to do that I thought of an additional database to serve as a bridgehead or intermediary. In practice:
Server "A" writes to server "C", server "B" goes to read the data on the server "C" to update their tables.
The SQL Server Replication service would be ok in my case, but even if it is a database "C" is NOT read-only?
Any feedback is welcome Thanks very much Andrea |
|