Advise about performance for local or remote SQL Server?

Posted by TruMan1 on Server Fault See other posts from Server Fault or by TruMan1
Published on 2010-04-01T15:56:37Z Indexed on 2010/04/01 16:03 UTC
Read the original article Hit count: 397

I currently have my web server and SQL Express / MySQL server on the same server. It is on a VPS. I have been having problems with my hosting so I am thinking of separating the web and db server into 2 VPS servers.

Does anyone recommend this? I am worried that changing my setup from a local DB server to a remote one will degrade performance heavily. They will not be on the same network, but will reference each other via an IP address. Anything I should be aware of?

© Server Fault or respective owner

Related posts about sql-server

Related posts about webserver