We have a situation where our application calls some stored procedures on a sql 2000 server. Now we must get some of the data from another sql 2000 box connected by a vpn.
What would the syntax look like for performing CRUD operations from one sql server to another sql server?
Both database servers are SQL 2000 and running Windows 2003.