I'm going for stored procedure to update multiple tables at sender adapter.DB is MS SQL server.
I have read thread related to this.
Sender JDBC adapter support to call the Stored procedure in Microsoft SQL Server 2008.
SP call should be "execute SPNAME <paramas>".
I would like to know how if it returns ROW format in MS SQL.is it like oracle?