ShawnJClapper
Programmer
Hello all. I have a client that is signed up through a web service that has their sql database on a seperate computer from where the pages are hosted. We seem to be getting much slower connections than I am used to in SQL and I think the problem might be that we are connecting to SQL through the INTERNET and not the LAN. I do not know the specifics on how shared hosting services set up their network so I was wondering if anyone could help me out and see if this is the case:
The connection information they give us is out choice of either an ip address 216.XX.XXX.163 or a url. After experciencing slow connections, I tested the IP in my web browser and it brought up the sql manager site. So, I would take that as being an EXTERNAL IP? When I told the client to ask them for the INTERNAL IP, they sent him the same ip number claiming it was the INTERNAL one.
Like I said I'm not the networking expert, but since I can access that IP from my web browser wouldn't that mean it is an external ip address? And because of this, if I used that connection string, wouldn't that cause SQL to run slower since it will go through the net? I'd like some knowledge of this to make sure I am right before I coplain to anyone. Thanks for any help!
The connection information they give us is out choice of either an ip address 216.XX.XXX.163 or a url. After experciencing slow connections, I tested the IP in my web browser and it brought up the sql manager site. So, I would take that as being an EXTERNAL IP? When I told the client to ask them for the INTERNAL IP, they sent him the same ip number claiming it was the INTERNAL one.
Like I said I'm not the networking expert, but since I can access that IP from my web browser wouldn't that mean it is an external ip address? And because of this, if I used that connection string, wouldn't that cause SQL to run slower since it will go through the net? I'd like some knowledge of this to make sure I am right before I coplain to anyone. Thanks for any help!