Hi;
I am trying to update the info on db2 from sql server.
I created a link server and I can get the information by running the following query:
select * from openquery(rftest1, 'select * from aqua.aqua.itin')
I would like to insert information into the itin table in db2 from sql, however.
What is the syntax please???
-Marta
I am trying to update the info on db2 from sql server.
I created a link server and I can get the information by running the following query:
select * from openquery(rftest1, 'select * from aqua.aqua.itin')
I would like to insert information into the itin table in db2 from sql, however.
What is the syntax please???
-Marta