Hi,
I've 2 SQL Server 2000 EE (A & B). Both are connected to internet but not in the same LAN. How do I insert a row triggered from A to a table in B
If I've both SQL Server 2005 Express in the same setup above, is it possible to setup as above
Advice pls...TIA !

How to link 2 sql server 2000 via internet ?
hafizsohaib
tmn
I wouldnt put sql servers directly on the internet, at least without changing the port and possibly encrypting the connections. Look at the SQL Server Configuration Utility. Use the IP Address:port in the connection string. Still, I would hesitate at doing this.
Depending on the deployment topology, I would do one of the following:
What is your topology like Do you have RAS set up on both domains use scenario 1. scenario 3 requires a little more config though if B unsubscribes, A wouldn't know it. Scenario 2 requires the most config (except scenario 1 with configuring RAS) and is reliable.
None of the above scenarios is really that difficult once you have done it. Just doing it the first time there will be learning curve. But thats the nature of computing, isnt it
as far as sql versions here is a matrix
Version A <links- Version B
2000<-2000 2000<-2005 2005<-2000 2005<-2005
Scenario 1 YES NO YES YES
Scenario 2 YES YES YES YES
Scenario 3 YES YES YES YES
Note, scenario 1 also applies to open internet port visibility.