Can anyone help me? I'm not very familiar with all of the difference
resources of SQL Server and I'm not sure what the best method is.
I have a table_nameA on server1 and table_nameA on server2.
I want to move any changes in data on table_name A on server1 over to
table_nameA on server2. Here is the catch... server1 can not see server2
because of firewalls, etc... but server2 can see server1 so the exchange of
data, it would seem would have to be a pull from server1 to server2. What
can I do?
Thanks,
Darren
resources of SQL Server and I'm not sure what the best method is.
I have a table_nameA on server1 and table_nameA on server2.
I want to move any changes in data on table_name A on server1 over to
table_nameA on server2. Here is the catch... server1 can not see server2
because of firewalls, etc... but server2 can see server1 so the exchange of
data, it would seem would have to be a pull from server1 to server2. What
can I do?
Thanks,
Darren