everyone! Im facing a problem and hoped you could help me. So bassiclly I have to parse Data from MySql to Oracle, but the hard thing is have to do it through SSRS Reporting.
The situation is like this: I have a one report which returns query with a big list of names and also I have another report which takes a string as a parameter and makes an insert to oracleDB. So i hoped find solution maybe as a loop that takes every name from first report and pass it to second one, and I think that it should be done on "SSRS level"
UPD^: The question is: is there any chance to parse consequentially result query from first report to another
PS. the reason to make it within SSRS Report is caused by need of making all this operation by another people