Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: executing oracle procedure from sql server

    I've used this for executing a MySQL proc from SQL Server, I presume similar will work for Oracle.

    EXEC('CALL usp_myProcedure(''2009-06-08 00:00:00'')') AT MySQLServer;

    Where MySQLServer is the name of your linked server.

Viewing post 1 (of 1 total)