Hi Gurus,
I have a SQL Server store procedure that do not have any output parameter but it is returning multiple resultset(4 resultset) each result set contain n number of rows. I tried exec command in SQL teansform but it returning only the records from first result set :hb: . Is there any way fetch data from all the resultset...
Please help to resolve this issue....