Results 1 to 4 of 4

Thread: MSSQL TSQL triggers updating Oracle database

  1. #1
    Join Date
    Jun 2003
    Location
    Florida
    Posts
    2

    Talking MSSQL TSQL triggers updating Oracle database

    How do I put a trigger on a MSSQL database that will update an Oracle database. I suppose you would need an ODBC connection, then what?

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can try using a linked server in sql server.

    Check sp_addinkedserver in BOL

  3. #3
    Join Date
    Jun 2003
    Location
    Florida
    Posts
    2
    Can you be more specific?

  4. #4
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •