Hi all,
I was wondering if there's a way to compare 1 table with other (in other DB), I mean:
--------------------
Table1 DB1
ID
NAME
DESCRIPTION
----------------------
Table1 DB2
ID
NAME
DESCRIPTION
ADDRESS.
-----------------------
And when the query(or other case) gets that the table 1 doesn't contain ADDRESS, alter the table and add this field that is missing.