I have a requirement where in in I need to call a SQL Server 2000 stored procedure from DB2 (ver 8.x) based on a value in a column.
I can create a trigger in DB2 to monitor the column and after the value is set to a specific value, I want to call the stored procedure on SQL server.
Can anyone point me to a place where I can find some help on this?
I can create a trigger in DB2 to monitor the column and after the value is set to a specific value, I want to call the stored procedure on SQL server.
Can anyone point me to a place where I can find some help on this?