Hi.
I am trying to find information on connecting to a remote SQL server, such as ADO connections, security issues, SQL server admin for setting this up, etc.
What I need to do is thus:
On webserver 1 (Windows 2000) is SQL server (2000). I need for other websites (on other webservers dotted around the globe) to be able to dynamically pick up the data stored in the SQL database and then display it on their websites (so as to provide a seamless integration).
I understand that this can be done but I am not sure how. Could someone please point me in the right direction?
Also, would the other websites need to do anything special to connect to my webserver 1, such as setting something on their webserver? I am not sure if they all have admin access to their servers - what I need is to give them a connection string as a bit of code that they can then plug into their websites.
Thanks in advance

I am trying to find information on connecting to a remote SQL server, such as ADO connections, security issues, SQL server admin for setting this up, etc.
What I need to do is thus:
On webserver 1 (Windows 2000) is SQL server (2000). I need for other websites (on other webservers dotted around the globe) to be able to dynamically pick up the data stored in the SQL database and then display it on their websites (so as to provide a seamless integration).
I understand that this can be done but I am not sure how. Could someone please point me in the right direction?
Also, would the other websites need to do anything special to connect to my webserver 1, such as setting something on their webserver? I am not sure if they all have admin access to their servers - what I need is to give them a connection string as a bit of code that they can then plug into their websites.
Thanks in advance