I am not a DBA and have pretty limited knowledge of SQL. A client of mine wants to know options for replicating production DB servers in the US with counterparts overseas. Their goal would be to have the DB servers in both sites be identical. The DB design is such that there is a single database used for data-entry, and a second one that contains blobs of scanned paper data. As the second database reaches 10GB a new database is created, so that over time the image databases can be archived off the disk and the data-entry database can remain. Currently there are 50 data-entry databases with an average of 5 related image databases. I'd like to have some suggestions on how to architect this solution.
Start Free Trial