We have 2 offices, one in Europe and the other in South East Asia sharing a common Microsoft AX database (MSSQL). The database server is in Europe and any query done is unbearably slow. I think one major cause is the network bandwidth at 10mbps downlink and 768kbps uplink. But I don't think upgrading bandwidth is the only solution.

May I know what do MNCs do to tackle this issue? What are the technical terms i can google for more information on this?

link|improve this question

The term you're looking for is replication - you end up with multiple database servers sharing the same content. – Andrew Feb 11 '11 at 1:30
feedback

1 Answer

up vote 1 down vote accepted

What you are thinking of is called database replication; here is a MSDN link for SQL 2008R2 on how to set it up.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.