hi,
I have a scenario JDBC to file.at sender JDBC i need to select from two different tables and update multiple tables.So i'm going for stored procedure option here.DB is MS SQL server 2008.
I have read few threads on this .
" SP call works with SQL Server 2005 as well, the SP call should be "execute SPNAME <paramas>". "
How does it return ROW format in case of MS SQL server?is it same as oracle DB?