Updating an oracle table from a sql query

Proposed Answer Updating an oracle table from a sql query

  • Tuesday, February 19, 2013 11:04 PM
     
     
    What would be the best ways of updating an oracle table from a query in SQL server? Would I need to create a SQL table from the query then update the oracle table?

All Replies

  • Tuesday, February 19, 2013 11:32 PM
     
     Proposed Answer
    try using linkedserver
    • Proposed As Answer by Aalam Rangi Wednesday, February 20, 2013 1:47 AM
    •  
  • Monday, February 25, 2013 8:10 PM
     
     

    Is there any other way rather than using linked server?