Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Connecting to a remote SQL server overseas.....how?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-10-23 : 09:30:38
Jo writes "Hi,

I have a challenging problem at hand. Currently, I have
made my applications (COMs, IIS webpages, etc.) to run
on a local network and connect to SQL 2000 server on the
same network. So network speed/reliability is NOT an issue.

Now, I am planning to make the same clients or middle tier
components to reside in another country (Asia/Europe) while
the same SQL server and the existing applications remain in US. In other words, I have another deployment overseas but only want to main a centralized database in US.

Can anyone advise on what is the best or commonly used
strategy to perform read/write operations with the remote
SQL servers from applications abroad? Is it using MSMQ a
good idea? Doing a VPN connection and making direct connection may be advisable as the Internet connection can be unreliable. Another way I can think of is having a low-end database at the remote locations (i.e. in UK/Asia) and then use SQL Replication to replicate read/write data to
the US database.

What about others big e-commerce sites who have multiple
websites such as Yahoo!? Is the database centralized?

Any suggestions will be most appreciated. Please email me
if you need more explanation of the setup I am discussing
here.

Thanks in advance.

Cheers,
Jo
(thamjy@ieee.org)"
   

- Advertisement -