Assuming that you are using SQL Server you can use an UPDATE statement like this using the remote objects three part name.
<pre>UPDATE OtherDatabase.dbo.YourOtherTable
SET Column1 = LocalTable.Column2
FROM LocalTable
WHERE LocalTable.Column1 = YourOtherTable.Column4</pre>
Last Wiki Answer Submitted: February 20, 2009 12:33 pm by Denny Cherry64,505 pts.
All Answer Wiki Contributors: Denny Cherry64,505 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
When posting questions its always helpful to tell people what software you are using. SQL Server, Oracle, DB2, Access, MySQL, etc.