Browse by Tags

Calling an Oracle Stored Procedure from a Sql Server 2000 Stored Procedure using a Linked Server

I had to to this a while back -> Calling an Oracle stored procedure from a Sql Server stored procedure. The Oracle stored procedure accepted a number of parameters from the Sql Server stored procedure. The Oracle stored procedure would then execute Read More...