Retrieving and adding data to tables on different SQL Servers
Is it possible to retrieve data from two tables, located in two different SQL Servers in one domain, and then add the data and save the result in another table in a third SQL Server?

Software/Hardware used:
ASKED: April 20, 2009  2:44 PM
UPDATED: April 20, 2009  3:25 PM

Answer Wiki:
It should be possible if you configure the appropriate <a href="http://msdn.microsoft.com/en-us/library/ms188279.aspx">Linked Servers</a>. "When you execute a distributed query against a linked server, include a fully qualified, four-part table name for each data source to query. This four-part name should be in the form linked_server_name.catalog.schema.object_name."
Last Wiki Answer Submitted:  April 20, 2009  3:25 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _