If i have two tables with the same structure Table1,Table2 in different databases DB1,DB2 in two different servers S1 And S2.
How to Select from Table1 and Insert Into Table2 with a simple query ?
I try to execute the following but in vain:
INSERT INTO DB2:Table2
SELECT * FROM DB1@S1:Table1
I get the following error :

sqlservernotinformix